#2A59BF

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

Shades of Cerulean Blue #2A59BF

Tints of Cerulean Blue #2A59BF

Color information

#2A59BF (or 0x2A59BF) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 59 and BF. RGB value is (42,89,191). Sum of RGB (Red+Green+Blue) = 42+89+191=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A59BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A59BF is #D5A640. Grayscale: #565656. Windows color (decimal): -14001729 or 12540202. OLE color: 12540202.

HSL color Cylindrical-coordinate representation of color #2A59BF: hue angle of 221.07º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A59BF is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4289191-
CMYK0.780.5300.25
HSL221.07º63.95%45.69%-
HSV(B)221.07º78.01%74.9%-
XYZ13.9311.450.76-
YUV86.57186.9396.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.04%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 191 (75% from 255) = 59.32%
R=13.04%
G=27.64%
B=59.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42891910.780.5300.25221.0763.9545.69
Hex2A59BF4E35019dd402e
Octal521312771166503133510056
Binary1010101011001101111111001110110101011001110111011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A59BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,89,191); }

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

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

 a { background-color: rgb(42,89,191); }

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

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

 span { border-color: rgb(42,89,191); }

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