Html Css Color HEX #313FDC Free Speech Blue

📋 copy color: '#313FDC'

red 49 ◦ green 63 ◦ blue 220

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

Shades of Free Speech Blue #313FDC

Tints of Free Speech Blue #313FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.27%

R = 14.76%
G = 18.98%
B = 66.27%

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

#313FDC (or 0x313FDC) is known color: Free Speech Blue. HEX triplet: 31, 3F and DC. RGB value is (49,63,220). Sum of RGB (Red+Green+Blue) = 49+63+220=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #313FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FDC is #CEC023. Grayscale: #4C4C4C. Windows color (decimal): -13549604 or 14434097. OLE color: 14434097.

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

Color convert

RGB 49 63 220 -
CMYK 0.78 0.71 0 0.14
HSL 235.09º 0.71% 0.53% -
HSV(B) 235.09º 0.78% 0.86% -
XYZ 15.96 9.38 68.68 -
YUV 76.71 208.86 108.23 -
System Red Green Blue C M Y K H S L
Decimal 49 63 220 0.78 0.71 0 0.14 235.09 0.71 0.53
Hex 31 3F DC 4E 47 0 E EB 47 35
Octal 61 77 334 116 107 0 16 353 107 65
Binary 110001 111111 11011100 1001110 1000111 0 1110 11101011 1000111 110101

Color Harmonies of #313FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FDC

Black with #313FDC

Text Example


Text Example

White with #313FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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