#2D59BF

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

Shades of Cerulean Blue #2D59BF

Tints of Cerulean Blue #2D59BF

Color information

#2D59BF (or 0x2D59BF) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 59 and BF. RGB value is (45,89,191). Sum of RGB (Red+Green+Blue) = 45+89+191=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D59BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D59BF is #D2A640. Grayscale: #575757. Windows color (decimal): -13805121 or 12540205. OLE color: 12540205.

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

Color convert

RGB4589191-
CMYK0.760.5300.25
HSL221.92º61.86%46.27%-
HSV(B)221.92º76.44%74.9%-
XYZ14.0611.4650.76-
YUV87.47186.4297.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.85%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 191 (75% from 255) = 58.77%
R=13.85%
G=27.38%
B=58.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45891910.760.5300.25221.9261.8646.27
Hex2D59BF4C35019de3e2e
Octal55131277114650313367656
Binary101101101100110111111100110011010101100111011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D59BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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