#2F54AE

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

Shades of Cerulean Blue #2F54AE

Tints of Cerulean Blue #2F54AE

Color information

#2F54AE (or 0x2F54AE) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 54 and AE. RGB value is (47,84,174). Sum of RGB (Red+Green+Blue) = 47+84+174=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F54AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F54AE is #D0AB51. Grayscale: #525252. Windows color (decimal): -13675346 or 11424815. OLE color: 11424815.

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

Color convert

RGB4784174-
CMYK0.730.5200.32
HSL222.52º57.47%43.33%-
HSV(B)222.52º72.99%68.24%-
XYZ11.981041.34-
YUV83.2179.24102.18-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.41%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=15.41%
G=27.54%
B=57.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47841740.730.5200.32222.5257.4743.33
Hex2F54AE4934020df392b
Octal57124256111640403377153
Binary1011111010100101011101001001110100010000011011111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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