#314BAC

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

Shades of Cerulean Blue #314BAC

Tints of Cerulean Blue #314BAC

Color information

#314BAC (or 0x314BAC) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4B and AC. RGB value is (49,75,172). Sum of RGB (Red+Green+Blue) = 49+75+172=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #314BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314BAC is #CEB453. Grayscale: #4D4D4D. Windows color (decimal): -13546580 or 11291441. OLE color: 11291441.

HSL color Cylindrical-coordinate representation of color #314BAC: hue angle of 227.32º 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 #314BAC is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4975172-
CMYK0.720.5600.33
HSL227.32º55.66%43.33%-
HSV(B)227.32º71.51%67.45%-
XYZ11.238.6640.11-
YUV78.28180.89107.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.55%
GREEN value IS 75 (29.69% from 255) = 25.34%
BLUE value IS 172 (67.58% from 255) = 58.11%
R=16.55%
G=25.34%
B=58.11%

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
Decimal49751720.720.5600.33227.3255.6643.33
Hex314BAC4838021e3382b
Octal61113254110700413437053
Binary1100011001011101011001001000111000010000111100011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #314BAC;
 }
 .AnyTagClassName
 {
   color: #314BAC;
 }
</style>
background-color css

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

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

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

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

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

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