#2B45BA

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

Shades of Cerulean Blue #2B45BA

Tints of Cerulean Blue #2B45BA

Color information

#2B45BA (or 0x2B45BA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 45 and BA. RGB value is (43,69,186). Sum of RGB (Red+Green+Blue) = 43+69+186=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B45BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B45BA is #D4BA45. Grayscale: #4A4A4A. Windows color (decimal): -13941318 or 12207403. OLE color: 12207403.

HSL color Cylindrical-coordinate representation of color #2B45BA: hue angle of 229.09º degrees, saturation: 0.62, 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 #2B45BA is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4369186-
CMYK0.770.6300.27
HSL229.09º62.45%44.9%-
HSV(B)229.09º76.88%72.94%-
XYZ11.998.3247.43-
YUV74.56190.89105.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.43%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 186 (73.05% from 255) = 62.42%
R=14.43%
G=23.15%
B=62.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43691860.770.6300.27229.0962.4544.9
Hex2B45BA4D3F01Be53e2d
Octal53105272115770333457655
Binary101011100010110111010100110111111101101111100101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B45BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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