#2B52BB

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

Shades of Cerulean Blue #2B52BB

Tints of Cerulean Blue #2B52BB

Color information

#2B52BB (or 0x2B52BB) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 52 and BB. RGB value is (43,82,187). Sum of RGB (Red+Green+Blue) = 43+82+187=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B52BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B52BB is #D4AD44. Grayscale: #515151. Windows color (decimal): -13937989 or 12276267. OLE color: 12276267.

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

Color convert

RGB4382187-
CMYK0.770.5600.27
HSL223.75º62.61%45.1%-
HSV(B)223.75º77.01%73.33%-
XYZ12.9810.1448.29-
YUV82.31187.0899.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.78%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 187 (73.44% from 255) = 59.94%
R=13.78%
G=26.28%
B=59.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43821870.770.5600.27223.7562.6145.1
Hex2B52BB4D3801Be03f2d
Octal53122273115700333407755
Binary101011101001010111011100110111100001101111100000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B52BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,82,187); }

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

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

 a { background-color: rgb(43,82,187); }

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

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

 span { border-color: rgb(43,82,187); }

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