Shades of Endeavour #2D559D
Tints of Endeavour #2D559D
RGB
CMYK
RGB Variations
Color information
#2D559D (or 0x2D559D) is known color: Endeavour. HEX triplet: 2D, 55 and 9D. RGB value is (45,85,157). Sum of RGB (Red+Green+Blue) = 45+85+157=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D559D is #D2AA62. Grayscale: #505050. Windows color (decimal): -13806179 or 10310957. OLE color: 10310957.
HSL color Cylindrical-coordinate representation of color #2D559D: hue angle of 218.57º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D559D is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 85 | 157 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.38 |
| HSL | 218.57º | 0.55% | 0.4% | - |
| HSV(B) | 218.57º | 0.71% | 0.62% | - |
| XYZ | 10.42 | 9.49 | 33.18 | - |
| YUV | 81.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 157 | 0.71 | 0.46 | 0 | 0.38 | 218.57 | 0.55 | 0.4 |
| Hex | 2D | 55 | 9D | 47 | 2E | 0 | 26 | DB | 37 | 28 |
| Octal | 55 | 125 | 235 | 107 | 56 | 0 | 46 | 333 | 67 | 50 |
| Binary | 101101 | 1010101 | 10011101 | 1000111 | 101110 | 0 | 100110 | 11011011 | 110111 | 101000 |
Color Harmonies of #2D559D
Complementary color
Monochromatic Colors of #2D559D
Black with #2D559D
Text Example
Text Example
White with #2D559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D559D; }
p { color: rgb(45,85,157); }
H1.HeaderClassName
{
color: #2D559D;
}
.AnyTagClassName
{
color: #2D559D;
}
</style>
background-color css
<style>
a { background-color: #2D559D; }
a { background-color: rgb(45,85,157); }
div.DivClassName
{
background-color: #2D559D;
}
.BgClassName
{
background-color: #2D559D;
}
</style>
border-color css
<style>
span { border-color: #2D559D; }
span { border-color: rgb(45,85,157); }
td.TdClassName
{
border-color: #2D559D;
}
.TagClassName
{
border-color: #2D559D;
}
</style>