Html Css Color HEX #314CE0 Free Speech Blue

📋 copy color: '#314CE0'

red 49 ◦ green 76 ◦ blue 224

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

Shades of Free Speech Blue #314CE0

Tints of Free Speech Blue #314CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.78%

 BLUE value IS 224 (87.89% from 255) = 64.18%

R = 14.04%
G = 21.78%
B = 64.18%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#314CE0 (or 0x314CE0) is known color: Free Speech Blue. HEX triplet: 31, 4C and E0. RGB value is (49,76,224). Sum of RGB (Red+Green+Blue) = 49+76+224=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 224 (87.89% from 255 or 64.18% from 349); Max value from RGB is 224 - color contains mainly: blue. Hex color #314CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CE0 is #CEB31F. Grayscale: #545454. Windows color (decimal): -13546272 or 14699569. OLE color: 14699569.

HSL color Cylindrical-coordinate representation of color #314CE0: hue angle of 230.74º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314CE0 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 76 224 -
CMYK 0.78 0.66 0 0.12
HSL 230.74º 0.74% 0.54% -
HSV(B) 230.74º 0.78% 0.88% -
XYZ 17.31 11.2 71.77 -
YUV 84.8 206.55 102.47 -
System Red Green Blue C M Y K H S L
Decimal 49 76 224 0.78 0.66 0 0.12 230.74 0.74 0.54
Hex 31 4C E0 4E 42 0 C E7 4A 36
Octal 61 114 340 116 102 0 14 347 112 66
Binary 110001 1001100 11100000 1001110 1000010 0 1100 11100111 1001010 110110

Color Harmonies of #314CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314CE0

Black with #314CE0

Text Example


Text Example

White with #314CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314CE0; }

 p { color: rgb(49,76,224); }

 H1.HeaderClassName
 {
   color: #314CE0;
 }
 .AnyTagClassName
 {
   color: #314CE0;
 }
</style>

background-color css

<style>
 a { background-color: #314CE0; }

 a { background-color: rgb(49,76,224); }

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

border-color css

<style>
 span { border-color: #314CE0; }

 span { border-color: rgb(49,76,224); }

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