#2B45BD

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

Shades of Cerulean Blue #2B45BD

Tints of Cerulean Blue #2B45BD

Color information

#2B45BD (or 0x2B45BD) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 45 and BD. RGB value is (43,69,189). Sum of RGB (Red+Green+Blue) = 43+69+189=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B45BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B45BD is #D4BA42. Grayscale: #4A4A4A. Windows color (decimal): -13941315 or 12404011. OLE color: 12404011.

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

Color convert

RGB4369189-
CMYK0.770.6300.26
HSL229.32º62.93%45.49%-
HSV(B)229.32º77.25%74.12%-
XYZ12.318.4449.13-
YUV74.91192.39105.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.29%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 189 (74.22% from 255) = 62.79%
R=14.29%
G=22.92%
B=62.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal43691890.770.6300.26229.3262.9345.49
Hex2B45BD4D3F01Ae53f2d
Octal53105275115770323457755
Binary101011100010110111101100110111111101101011100101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B45BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,69,189); }

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

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

 a { background-color: rgb(43,69,189); }

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

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

 span { border-color: rgb(43,69,189); }

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