#2f4eae

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

Shades of Cerulean Blue #2F4EAE

Tints of Cerulean Blue #2F4EAE

Color information

#2F4EAE (or 0x2F4EAE) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 4E and AE. RGB value is (47,78,174). Sum of RGB (Red+Green+Blue) = 47+78+174=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F4EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F4EAE is #D0B151. Grayscale: #4F4F4F. Windows color (decimal): -13676882 or 11423279. OLE color: 11423279.

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

Color convert

RGB4778174-
CMYK0.730.5500.32
HSL225.35º57.47%43.33%-
HSV(B)225.35º72.99%68.24%-
XYZ11.549.1141.19-
YUV79.68181.23104.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.72%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 174 (68.36% from 255) = 58.19%
R=15.72%
G=26.09%
B=58.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47781740.730.5500.32225.3557.4743.33
Hex2F4EAE4937020e1392b
Octal57116256111670403417153
Binary1011111001110101011101001001110111010000011100001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f4eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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