#2F5EAE

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

Shades of Cerulean Blue #2F5EAE

Tints of Cerulean Blue #2F5EAE

Color information

#2F5EAE (or 0x2F5EAE) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 5E and AE. RGB value is (47,94,174). Sum of RGB (Red+Green+Blue) = 47+94+174=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F5EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5EAE is #D0A151. Grayscale: #585858. Windows color (decimal): -13672786 or 11427375. OLE color: 11427375.

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

Color convert

RGB4794174-
CMYK0.730.4600.32
HSL217.8º57.47%43.33%-
HSV(B)217.8º72.99%68.24%-
XYZ12.8111.6741.62-
YUV89.07175.9398-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.92%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=14.92%
G=29.84%
B=55.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47941740.730.4600.32217.857.4743.33
Hex2F5EAE492E020da392b
Octal57136256111560403327153
Binary1011111011110101011101001001101110010000011011010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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