#2b45ad

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

Shades of Cerulean Blue #2B45AD

Tints of Cerulean Blue #2B45AD

Color information

#2B45AD (or 0x2B45AD) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 45 and AD. RGB value is (43,69,173). Sum of RGB (Red+Green+Blue) = 43+69+173=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B45AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B45AD is #D4BA52. Grayscale: #484848. Windows color (decimal): -13941331 or 11355435. OLE color: 11355435.

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

Color convert

RGB4369173-
CMYK0.750.6000.32
HSL228º60.19%42.35%-
HSV(B)228º75.14%67.84%-
XYZ10.677.7940.48-
YUV73.08184.39106.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 173 (67.97% from 255) = 60.70%
R=15.09%
G=24.21%
B=60.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43691730.750.6000.3222860.1942.35
Hex2B45AD4B3C020e43c2a
Octal53105255113740403447452
Binary1010111000101101011011001011111100010000011100100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b45ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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