#314CAC

Color #314CAC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #314CAC

Tints of Cerulean Blue #314CAC

Color information

#314CAC (or 0x314CAC) is unknown color: approx 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

RGB4976172-
CMYK0.720.5600.33
HSL226.83º55.66%43.33%-
HSV(B)226.83º71.51%67.45%-
XYZ11.38.840.13-
YUV78.87180.55106.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 172 (67.58% from 255) = 57.91%
R=16.50%
G=25.59%
B=57.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49761720.720.5600.33226.8355.6643.33
Hex314CAC4838021e3382b
Octal61114254110700413437053
Binary1100011001100101011001001000111000010000111100011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>