Html Css Color HEX #313ED6 Free Speech Blue

📋 copy color: '#313ED6'

red 49 ◦ green 62 ◦ blue 214

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

Shades of Free Speech Blue #313ED6

Tints of Free Speech Blue #313ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 65.85%

R = 15.08%
G = 19.08%
B = 65.85%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#313ED6 (or 0x313ED6) is known color: Free Speech Blue. HEX triplet: 31, 3E and D6. RGB value is (49,62,214). Sum of RGB (Red+Green+Blue) = 49+62+214=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 214 (83.98% from 255 or 65.85% from 325); Max value from RGB is 214 - color contains mainly: blue. Hex color #313ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ED6 is #CEC129. Grayscale: #4A4A4A. Windows color (decimal): -13549866 or 14040625. OLE color: 14040625.

HSL color Cylindrical-coordinate representation of color #313ED6: hue angle of 235.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #313ED6 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 62 214 -
CMYK 0.77 0.71 0 0.16
HSL 235.27º 0.67% 0.52% -
HSV(B) 235.27º 0.77% 0.84% -
XYZ 15.13 8.95 64.55 -
YUV 75.44 206.19 109.14 -
System Red Green Blue C M Y K H S L
Decimal 49 62 214 0.77 0.71 0 0.16 235.27 0.67 0.52
Hex 31 3E D6 4D 47 0 10 EB 43 34
Octal 61 76 326 115 107 0 20 353 103 64
Binary 110001 111110 11010110 1001101 1000111 0 10000 11101011 1000011 110100

Color Harmonies of #313ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313ED6

Black with #313ED6

Text Example


Text Example

White with #313ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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