#2b48aa

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

Shades of Cerulean Blue #2B48AA

Tints of Cerulean Blue #2B48AA

Color information

#2B48AA (or 0x2B48AA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 48 and AA. RGB value is (43,72,170). Sum of RGB (Red+Green+Blue) = 43+72+170=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B48AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B48AA is #D4B755. Grayscale: #4A4A4A. Windows color (decimal): -13940566 or 11159595. OLE color: 11159595.

HSL color Cylindrical-coordinate representation of color #2B48AA: hue angle of 226.3º 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 #2B48AA is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4372170-
CMYK0.750.5800.33
HSL226.3º59.62%41.76%-
HSV(B)226.3º74.71%66.67%-
XYZ10.578.0539.03-
YUV74.5181.89105.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=15.09%
G=25.26%
B=59.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43721700.750.5800.33226.359.6241.76
Hex2B48AA4B3A021e23c2a
Octal53110252113720413427452
Binary1010111001000101010101001011111010010000111100010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b48aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,72,170); }

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

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

 a { background-color: rgb(43,72,170); }

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

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

 span { border-color: rgb(43,72,170); }

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