#2F52B9

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

Shades of Cerulean Blue #2F52B9

Tints of Cerulean Blue #2F52B9

Color information

#2F52B9 (or 0x2F52B9) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 52 and B9. RGB value is (47,82,185). Sum of RGB (Red+Green+Blue) = 47+82+185=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #2F52B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F52B9 is #D0AD46. Grayscale: #525252. Windows color (decimal): -13675847 or 12145199. OLE color: 12145199.

HSL color Cylindrical-coordinate representation of color #2F52B9: hue angle of 224.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F52B9 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4782185-
CMYK0.750.5600.27
HSL224.78º59.48%45.49%-
HSV(B)224.78º74.59%72.55%-
XYZ12.9510.1447.17-
YUV83.28185.4102.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.97%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 185 (72.66% from 255) = 58.92%
R=14.97%
G=26.11%
B=58.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47821850.750.5600.27224.7859.4845.49
Hex2F52B94B3801Be13b2d
Octal57122271113700333417355
Binary101111101001010111001100101111100001101111100001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F52B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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