#2B44BA

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

Shades of Cerulean Blue #2B44BA

Tints of Cerulean Blue #2B44BA

Color information

#2B44BA (or 0x2B44BA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 44 and BA. RGB value is (43,68,186). Sum of RGB (Red+Green+Blue) = 43+68+186=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B44BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B44BA is #D4BB45. Grayscale: #494949. Windows color (decimal): -13941574 or 12207147. OLE color: 12207147.

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

Color convert

RGB4368186-
CMYK0.770.6300.27
HSL229.51º62.45%44.9%-
HSV(B)229.51º76.88%72.94%-
XYZ11.938.1947.41-
YUV73.98191.22105.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.48%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 186 (73.05% from 255) = 62.63%
R=14.48%
G=22.90%
B=62.63%

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
Decimal43681860.770.6300.27229.5162.4544.9
Hex2B44BA4D3F01Be63e2d
Octal53104272115770333467655
Binary101011100010010111010100110111111101101111100110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B44BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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