#2F56AE

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

Shades of Cerulean Blue #2F56AE

Tints of Cerulean Blue #2F56AE

Color information

#2F56AE (or 0x2F56AE) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 56 and AE. RGB value is (47,86,174). Sum of RGB (Red+Green+Blue) = 47+86+174=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F56AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F56AE is #D0A951. Grayscale: #535353. Windows color (decimal): -13674834 or 11425327. OLE color: 11425327.

HSL color Cylindrical-coordinate representation of color #2F56AE: hue angle of 221.57º 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 #2F56AE is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4786174-
CMYK0.730.5100.32
HSL221.57º57.47%43.33%-
HSV(B)221.57º72.99%68.24%-
XYZ12.1410.3241.4-
YUV84.37178.58101.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.31%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=15.31%
G=28.01%
B=56.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47861740.730.5100.32221.5757.4743.33
Hex2F56AE4933020de392b
Octal57126256111630403367153
Binary1011111010110101011101001001110011010000011011110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F56AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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