#2D59BE

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

Shades of Cerulean Blue #2D59BE

Tints of Cerulean Blue #2D59BE

Color information

#2D59BE (or 0x2D59BE) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 59 and BE. RGB value is (45,89,190). Sum of RGB (Red+Green+Blue) = 45+89+190=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D59BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D59BE is #D2A641. Grayscale: #565656. Windows color (decimal): -13805122 or 12474669. OLE color: 12474669.

HSL color Cylindrical-coordinate representation of color #2D59BE: hue angle of 221.79º 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 #2D59BE is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4589190-
CMYK0.760.5300.25
HSL221.79º61.7%46.08%-
HSV(B)221.79º76.32%74.51%-
XYZ13.9511.4250.18-
YUV87.36185.9297.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.89%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 190 (74.61% from 255) = 58.64%
R=13.89%
G=27.47%
B=58.64%

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
Decimal45891900.760.5300.25221.7961.746.08
Hex2D59BE4C35019de3e2e
Octal55131276114650313367656
Binary101101101100110111110100110011010101100111011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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