#314AA4

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

Shades of Cerulean Blue #314AA4

Tints of Cerulean Blue #314AA4

Color information

#314AA4 (or 0x314AA4) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4A and A4. RGB value is (49,74,164). Sum of RGB (Red+Green+Blue) = 49+74+164=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #314AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314AA4 is #CEB55B. Grayscale: #4C4C4C. Windows color (decimal): -13546844 or 10766897. OLE color: 10766897.

HSL color Cylindrical-coordinate representation of color #314AA4: hue angle of 226.96º 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 #314AA4 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4974164-
CMYK0.700.5500.36
HSL226.96º53.99%41.76%-
HSV(B)226.96º70.12%64.31%-
XYZ10.428.2336.16-
YUV76.78177.22108.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 164 (64.45% from 255) = 57.14%
R=17.07%
G=25.78%
B=57.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49741640.700.5500.36226.9653.9941.76
Hex314AA44637024e3362a
Octal61112244106670443436652
Binary1100011001010101001001000110110111010010011100011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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