Html Css Color HEX #314ACC Cerulean Blue

📋 copy color: '#314ACC'

red 49 ◦ green 74 ◦ blue 204

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

Shades of Cerulean Blue #314ACC

Tints of Cerulean Blue #314ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.63%

 BLUE value IS 204 (80.08% from 255) = 62.39%

R = 14.98%
G = 22.63%
B = 62.39%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#314ACC (or 0x314ACC) is known color: Cerulean Blue. HEX triplet: 31, 4A and CC. RGB value is (49,74,204). Sum of RGB (Red+Green+Blue) = 49+74+204=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #314ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314ACC is #CEB533. Grayscale: #505050. Windows color (decimal): -13546804 or 13388337. OLE color: 13388337.

HSL color Cylindrical-coordinate representation of color #314ACC: hue angle of 230.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #314ACC is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 74 204 -
CMYK 0.76 0.64 0 0.2
HSL 230.32º 0.61% 0.5% -
HSV(B) 230.32º 0.76% 0.8% -
XYZ 14.61 9.91 58.27 -
YUV 81.35 197.22 104.93 -
System Red Green Blue C M Y K H S L
Decimal 49 74 204 0.76 0.64 0 0.2 230.32 0.61 0.5
Hex 31 4A CC 4C 40 0 14 E6 3D 32
Octal 61 112 314 114 100 0 24 346 75 62
Binary 110001 1001010 11001100 1001100 1000000 0 10100 11100110 111101 110010

Color Harmonies of #314ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314ACC

Black with #314ACC

Text Example


Text Example

White with #314ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,74,204); }

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

background-color css

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

 a { background-color: rgb(49,74,204); }

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

border-color css

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

 span { border-color: rgb(49,74,204); }

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