#2B53B6

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

Shades of Cerulean Blue #2B53B6

Tints of Cerulean Blue #2B53B6

Color information

#2B53B6 (or 0x2B53B6) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 53 and B6. RGB value is (43,83,182). Sum of RGB (Red+Green+Blue) = 43+83+182=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #2B53B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B53B6 is #D4AC49. Grayscale: #515151. Windows color (decimal): -13937738 or 11948843. OLE color: 11948843.

HSL color Cylindrical-coordinate representation of color #2B53B6: hue angle of 222.73º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B53B6 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4383182-
CMYK0.760.5400.29
HSL222.73º61.78%44.12%-
HSV(B)222.73º76.37%71.37%-
XYZ12.5310.0845.54-
YUV82.33184.2599.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 182 (71.48% from 255) = 59.09%
R=13.96%
G=26.95%
B=59.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43831820.760.5400.29222.7361.7844.12
Hex2B53B64C3601Ddf3e2c
Octal53123266114660353377654
Binary101011101001110110110100110011011001110111011111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B53B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,83,182); }

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

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

 a { background-color: rgb(43,83,182); }

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

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

 span { border-color: rgb(43,83,182); }

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