Html Css Color HEX #313CDF Free Speech Blue

📋 copy color: '#313CDF'

red 49 ◦ green 60 ◦ blue 223

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

Shades of Free Speech Blue #313CDF

Tints of Free Speech Blue #313CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.17%

R = 14.76%
G = 18.07%
B = 67.17%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#313CDF (or 0x313CDF) is known color: Free Speech Blue. HEX triplet: 31, 3C and DF. RGB value is (49,60,223). Sum of RGB (Red+Green+Blue) = 49+60+223=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #313CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313CDF is #CEC320. Grayscale: #4A4A4A. Windows color (decimal): -13550369 or 14629937. OLE color: 14629937.

HSL color Cylindrical-coordinate representation of color #313CDF: hue angle of 236.21º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #313CDF is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 60 223 -
CMYK 0.78 0.73 0 0.13
HSL 236.21º 0.73% 0.53% -
HSV(B) 236.21º 0.78% 0.87% -
XYZ 16.2 9.21 70.74 -
YUV 75.29 211.36 109.25 -
System Red Green Blue C M Y K H S L
Decimal 49 60 223 0.78 0.73 0 0.13 236.21 0.73 0.53
Hex 31 3C DF 4E 49 0 D EC 49 35
Octal 61 74 337 116 111 0 15 354 111 65
Binary 110001 111100 11011111 1001110 1001001 0 1101 11101100 1001001 110101

Color Harmonies of #313CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CDF

Black with #313CDF

Text Example


Text Example

White with #313CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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