#314BA4

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

Shades of Cerulean Blue #314BA4

Tints of Cerulean Blue #314BA4

Color information

#314BA4 (or 0x314BA4) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4B and A4. RGB value is (49,75,164). Sum of RGB (Red+Green+Blue) = 49+75+164=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 164 (64.45% from 255 or 56.94% from 288); Max value from RGB is 164 - color contains mainly: blue. Hex color #314BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314BA4 is #CEB45B. Grayscale: #4C4C4C. Windows color (decimal): -13546588 or 10767153. OLE color: 10767153.

HSL color Cylindrical-coordinate representation of color #314BA4: hue angle of 226.43º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #314BA4 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4975164-
CMYK0.700.5400.36
HSL226.43º53.99%41.76%-
HSV(B)226.43º70.12%64.31%-
XYZ10.488.3736.18-
YUV77.37176.89107.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 164 (64.45% from 255) = 56.94%
R=17.01%
G=26.04%
B=56.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49751640.700.5400.36226.4353.9941.76
Hex314BA44636024e2362a
Octal61113244106660443426652
Binary1100011001011101001001000110110110010010011100010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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