#2B44AB

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

Shades of Cerulean Blue #2B44AB

Tints of Cerulean Blue #2B44AB

Color information

#2B44AB (or 0x2B44AB) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 44 and AB. RGB value is (43,68,171). Sum of RGB (Red+Green+Blue) = 43+68+171=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B44AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B44AB is #D4BB54. Grayscale: #474747. Windows color (decimal): -13941589 or 11224107. OLE color: 11224107.

HSL color Cylindrical-coordinate representation of color #2B44AB: hue angle of 228.28º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B44AB is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4368171-
CMYK0.750.6000.33
HSL228.28º59.81%41.96%-
HSV(B)228.28º74.85%67.06%-
XYZ10.417.5939.44-
YUV72.27183.72107.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.25%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 171 (67.19% from 255) = 60.64%
R=15.25%
G=24.11%
B=60.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43681710.750.6000.33228.2859.8141.96
Hex2B44AB4B3C021e43c2a
Octal53104253113740413447452
Binary1010111000100101010111001011111100010000111100100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B44AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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