#2f52b8

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

Shades of Cerulean Blue #2F52B8

Tints of Cerulean Blue #2F52B8

Color information

#2F52B8 (or 0x2F52B8) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 52 and B8. RGB value is (47,82,184). Sum of RGB (Red+Green+Blue) = 47+82+184=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #2F52B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F52B8 is #D0AD47. Grayscale: #525252. Windows color (decimal): -13675848 or 12079663. OLE color: 12079663.

HSL color Cylindrical-coordinate representation of color #2F52B8: hue angle of 224.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F52B8 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4782184-
CMYK0.740.5500.28
HSL224.67º59.31%45.29%-
HSV(B)224.67º74.46%72.16%-
XYZ12.8410.146.62-
YUV83.16184.9102.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.02%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 184 (72.27% from 255) = 58.79%
R=15.02%
G=26.20%
B=58.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal47821840.740.5500.28224.6759.3145.29
Hex2F52B84A3701Ce13b2d
Octal57122270112670343417355
Binary101111101001010111000100101011011101110011100001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f52b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,82,184); }

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

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

 a { background-color: rgb(47,82,184); }

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

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

 span { border-color: rgb(47,82,184); }

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