#2B59AD

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

Shades of Cerulean Blue #2B59AD

Tints of Cerulean Blue #2B59AD

Color information

#2B59AD (or 0x2B59AD) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 59 and AD. RGB value is (43,89,173). Sum of RGB (Red+Green+Blue) = 43+89+173=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B59AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B59AD is #D4A652. Grayscale: #545454. Windows color (decimal): -13936211 or 11360555. OLE color: 11360555.

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

Color convert

RGB4389173-
CMYK0.750.4900.32
HSL218.77º60.19%42.35%-
HSV(B)218.77º75.14%67.84%-
XYZ12.1110.6840.96-
YUV84.82177.7698.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=14.10%
G=29.18%
B=56.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43891730.750.4900.32218.7760.1942.35
Hex2B59AD4B31020db3c2a
Octal53131255113610403337452
Binary1010111011001101011011001011110001010000011011011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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