Html Css Color HEX #314CAC Cerulean Blue

📋 copy color: '#314CAC'

red 49 ◦ green 76 ◦ blue 172

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

Shades of Cerulean Blue #314CAC

Tints of Cerulean Blue #314CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.91%

R = 16.5%
G = 25.59%
B = 57.91%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#314CAC (or 0x314CAC) is known color: Cerulean Blue. HEX triplet: 31, 4C and AC. RGB value is (49,76,172). Sum of RGB (Red+Green+Blue) = 49+76+172=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #314CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314CAC is #CEB353. Grayscale: #4E4E4E. Windows color (decimal): -13546324 or 11291697. OLE color: 11291697.

HSL color Cylindrical-coordinate representation of color #314CAC: hue angle of 226.83º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #314CAC is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 76 172 -
CMYK 0.72 0.56 0 0.33
HSL 226.83º 0.56% 0.43% -
HSV(B) 226.83º 0.72% 0.67% -
XYZ 11.3 8.8 40.13 -
YUV 78.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 49 76 172 0.72 0.56 0 0.33 226.83 0.56 0.43
Hex 31 4C AC 48 38 0 21 E3 38 2B
Octal 61 114 254 110 70 0 41 343 70 53
Binary 110001 1001100 10101100 1001000 111000 0 100001 11100011 111000 101011

Color Harmonies of #314CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314CAC

Black with #314CAC

Text Example


Text Example

White with #314CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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