Html Css Color HEX #313ED2 Free Speech Blue

📋 copy color: '#313ED2'

red 49 ◦ green 62 ◦ blue 210

#313ED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #313ED2

Tints of Free Speech Blue #313ED2

RGB

 RED value IS 49 (19.53% from 255) = 15.26%

 GREEN value IS 62 (24.61% from 255) = 19.31%

 BLUE value IS 210 (82.42% from 255) = 65.42%

R = 15.26%
G = 19.31%
B = 65.42%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#313ED2 (or 0x313ED2) is known color: Free Speech Blue. HEX triplet: 31, 3E and D2. RGB value is (49,62,210). Sum of RGB (Red+Green+Blue) = 49+62+210=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 210 (82.42% from 255 or 65.42% from 321); Max value from RGB is 210 - color contains mainly: blue. Hex color #313ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ED2 is #CEC12D. Grayscale: #4A4A4A. Windows color (decimal): -13549870 or 13778481. OLE color: 13778481.

HSL color Cylindrical-coordinate representation of color #313ED2: hue angle of 235.16º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #313ED2 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 62 210 -
CMYK 0.77 0.70 0 0.18
HSL 235.16º 0.64% 0.51% -
HSV(B) 235.16º 0.77% 0.82% -
XYZ 14.62 8.75 61.89 -
YUV 74.99 204.19 109.47 -
System Red Green Blue C M Y K H S L
Decimal 49 62 210 0.77 0.70 0 0.18 235.16 0.64 0.51
Hex 31 3E D2 4D 46 0 12 EB 40 33
Octal 61 76 322 115 106 0 22 353 100 63
Binary 110001 111110 11010010 1001101 1000110 0 10010 11101011 1000000 110011

Color Harmonies of #313ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313ED2

Black with #313ED2

Text Example


Text Example

White with #313ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #313ED2;
 }
 .AnyTagClassName
 {
   color: #313ED2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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