Html Css Color HEX #313CDB Free Speech Blue

📋 copy color: '#313CDB'

red 49 ◦ green 60 ◦ blue 219

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

Shades of Free Speech Blue #313CDB

Tints of Free Speech Blue #313CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.29%

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

R = 14.94%
G = 18.29%
B = 66.77%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#313CDB (or 0x313CDB) is known color: Free Speech Blue. HEX triplet: 31, 3C and DB. RGB value is (49,60,219). Sum of RGB (Red+Green+Blue) = 49+60+219=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #313CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313CDB is #CEC324. Grayscale: #4A4A4A. Windows color (decimal): -13550373 or 14367793. OLE color: 14367793.

HSL color Cylindrical-coordinate representation of color #313CDB: hue angle of 236.12º 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 #313CDB is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 60 219 -
CMYK 0.78 0.73 0 0.14
HSL 236.12º 0.7% 0.53% -
HSV(B) 236.12º 0.78% 0.86% -
XYZ 15.67 9 67.93 -
YUV 74.84 209.36 109.57 -
System Red Green Blue C M Y K H S L
Decimal 49 60 219 0.78 0.73 0 0.14 236.12 0.7 0.53
Hex 31 3C DB 4E 49 0 E EC 46 35
Octal 61 74 333 116 111 0 16 354 106 65
Binary 110001 111100 11011011 1001110 1001001 0 1110 11101100 1000110 110101

Color Harmonies of #313CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CDB

Black with #313CDB

Text Example


Text Example

White with #313CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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