Html Css Color HEX #313FDB Free Speech Blue

📋 copy color: '#313FDB'

red 49 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Blue #313FDB

Tints of Free Speech Blue #313FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 19.03%

 BLUE value IS 219 (85.94% from 255) = 66.16%

R = 14.8%
G = 19.03%
B = 66.16%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#313FDB (or 0x313FDB) is known color: Free Speech Blue. HEX triplet: 31, 3F and DB. RGB value is (49,63,219). Sum of RGB (Red+Green+Blue) = 49+63+219=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #313FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FDB is #CEC024. Grayscale: #4B4B4B. Windows color (decimal): -13549605 or 14368561. OLE color: 14368561.

HSL color Cylindrical-coordinate representation of color #313FDB: hue angle of 235.06º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #313FDB is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 63 219 -
CMYK 0.78 0.71 0 0.14
HSL 235.06º 0.7% 0.53% -
HSV(B) 235.06º 0.78% 0.86% -
XYZ 15.83 9.32 67.98 -
YUV 76.6 208.36 108.32 -
System Red Green Blue C M Y K H S L
Decimal 49 63 219 0.78 0.71 0 0.14 235.06 0.7 0.53
Hex 31 3F DB 4E 47 0 E EB 46 35
Octal 61 77 333 116 107 0 16 353 106 65
Binary 110001 111111 11011011 1001110 1000111 0 1110 11101011 1000110 110101

Color Harmonies of #313FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FDB

Black with #313FDB

Text Example


Text Example

White with #313FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,63,219); }

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

background-color css

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

 a { background-color: rgb(49,63,219); }

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

border-color css

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

 span { border-color: rgb(49,63,219); }

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