#2B52BE

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

Shades of Cerulean Blue #2B52BE

Tints of Cerulean Blue #2B52BE

Color information

#2B52BE (or 0x2B52BE) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 52 and BE. RGB value is (43,82,190). Sum of RGB (Red+Green+Blue) = 43+82+190=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B52BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B52BE is #D4AD41. Grayscale: #525252. Windows color (decimal): -13937986 or 12472875. OLE color: 12472875.

HSL color Cylindrical-coordinate representation of color #2B52BE: hue angle of 224.08º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B52BE is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4382190-
CMYK0.770.5700.25
HSL224.08º63.09%45.69%-
HSV(B)224.08º77.37%74.51%-
XYZ13.3110.2750-
YUV82.65188.5899.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.65%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 190 (74.61% from 255) = 60.32%
R=13.65%
G=26.03%
B=60.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43821900.770.5700.25224.0863.0945.69
Hex2B52BE4D39019e03f2e
Octal53122276115710313407756
Binary101011101001010111110100110111100101100111100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B52BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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