#313EE1

Color #313EE1 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #313EE1

Tints of Free Speech Blue #313EE1

Color information

#313EE1 (or 0x313EE1) is unknown color: approx Free Speech Blue. HEX triplet: 31, 3E and E1. RGB value is (49,62,225). Sum of RGB (Red+Green+Blue) = 49+62+225=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 225 (88.28% from 255 or 66.96% from 336); Max value from RGB is 225 - color contains mainly: blue. Hex color #313EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313EE1 is #CEC11E. Grayscale: #4C4C4C. Windows color (decimal): -13549855 or 14761521. OLE color: 14761521.

HSL color Cylindrical-coordinate representation of color #313EE1: hue angle of 235.57º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #313EE1 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4962225-
CMYK0.780.7200.12
HSL235.57º74.58%53.73%-
HSV(B)235.57º78.22%88.24%-
XYZ16.589.5372.2-
YUV76.7211.69108.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 14.58%
GREEN value IS 62 (24.61% from 255) = 18.45%
BLUE value IS 225 (88.28% from 255) = 66.96%
R=14.58%
G=18.45%
B=66.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal49622250.780.7200.12235.5774.5853.73
Hex313EE14E480Cec4b36
Octal617634111611001435411366
Binary110001111110111000011001110100100001100111011001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313EE1; }

 p { color: rgb(49,62,225); }

 H1.HeaderClassName
 {
   color: #313EE1;
 }
 .AnyTagClassName
 {
   color: #313EE1;
 }
</style>
background-color css

<style>
 a { background-color: #313EE1; }

 a { background-color: rgb(49,62,225); }

 div.DivClassName
 {
   background-color: #313EE1;
 }
 .BgClassName
 {
   background-color: #313EE1;
 }
</style>
border-color css

<style>
 span { border-color: #313EE1; }

 span { border-color: rgb(49,62,225); }

 td.TdClassName
 {
   border-color: #313EE1;
 }
 .TagClassName
 {
   border-color: #313EE1;
 }
</style>