#2F5AAE

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

Shades of Cerulean Blue #2F5AAE

Tints of Cerulean Blue #2F5AAE

Color information

#2F5AAE (or 0x2F5AAE) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 5A and AE. RGB value is (47,90,174). Sum of RGB (Red+Green+Blue) = 47+90+174=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F5AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5AAE is #D0A551. Grayscale: #565656. Windows color (decimal): -13673810 or 11426351. OLE color: 11426351.

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

Color convert

RGB4790174-
CMYK0.730.4800.32
HSL219.69º57.47%43.33%-
HSV(B)219.69º72.99%68.24%-
XYZ12.4710.9741.51-
YUV86.72177.2599.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.11%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=15.11%
G=28.94%
B=55.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47901740.730.4800.32219.6957.4743.33
Hex2F5AAE4930020dc392b
Octal57132256111600403347153
Binary1011111011010101011101001001110000010000011011100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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