#2d59bd

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

Shades of Cerulean Blue #2D59BD

Tints of Cerulean Blue #2D59BD

Color information

#2D59BD (or 0x2D59BD) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 59 and BD. RGB value is (45,89,189). Sum of RGB (Red+Green+Blue) = 45+89+189=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D59BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D59BD is #D2A642. Grayscale: #565656. Windows color (decimal): -13805123 or 12409133. OLE color: 12409133.

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

Color convert

RGB4589189-
CMYK0.760.5300.26
HSL221.67º61.54%45.88%-
HSV(B)221.67º76.19%74.12%-
XYZ13.8411.3849.61-
YUV87.24185.4297.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.93%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 189 (74.22% from 255) = 58.51%
R=13.93%
G=27.55%
B=58.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal45891890.760.5300.26221.6761.5445.88
Hex2D59BD4C3501Ade3e2e
Octal55131275114650323367656
Binary101101101100110111101100110011010101101011011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d59bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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