#2F57AE

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

Shades of Cerulean Blue #2F57AE

Tints of Cerulean Blue #2F57AE

Color information

#2F57AE (or 0x2F57AE) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 57 and AE. RGB value is (47,87,174). Sum of RGB (Red+Green+Blue) = 47+87+174=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F57AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F57AE is #D0A851. Grayscale: #545454. Windows color (decimal): -13674578 or 11425583. OLE color: 11425583.

HSL color Cylindrical-coordinate representation of color #2F57AE: hue angle of 221.1º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F57AE is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4787174-
CMYK0.730.500.32
HSL221.1º57.47%43.33%-
HSV(B)221.1º72.99%68.24%-
XYZ12.2210.4841.42-
YUV84.96178.25100.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=15.26%
G=28.25%
B=56.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47871740.730.500.32221.157.4743.33
Hex2F57AE4932020dd392b
Octal57127256111620403357153
Binary1011111010111101011101001001110010010000011011101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F57AE; }

 p { color: rgb(47,87,174); }

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

<style>
 a { background-color: #2F57AE; }

 a { background-color: rgb(47,87,174); }

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

<style>
 span { border-color: #2F57AE; }

 span { border-color: rgb(47,87,174); }

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