Shades of Endeavour #2D579D
Tints of Endeavour #2D579D
RGB
CMYK
RGB Variations
Color information
#2D579D (or 0x2D579D) is known color: Endeavour. HEX triplet: 2D, 57 and 9D. RGB value is (45,87,157). Sum of RGB (Red+Green+Blue) = 45+87+157=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D579D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D579D is #D2A862. Grayscale: #525252. Windows color (decimal): -13805667 or 10311469. OLE color: 10311469.
HSL color Cylindrical-coordinate representation of color #2D579D: hue angle of 217.5º 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 #2D579D is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 87 | 157 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.38 |
| HSL | 217.5º | 0.55% | 0.4% | - |
| HSV(B) | 217.5º | 0.71% | 0.62% | - |
| XYZ | 10.58 | 9.81 | 33.23 | - |
| YUV | 82.42 | 170.09 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 87 | 157 | 0.71 | 0.45 | 0 | 0.38 | 217.5 | 0.55 | 0.4 |
| Hex | 2D | 57 | 9D | 47 | 2D | 0 | 26 | DA | 37 | 28 |
| Octal | 55 | 127 | 235 | 107 | 55 | 0 | 46 | 332 | 67 | 50 |
| Binary | 101101 | 1010111 | 10011101 | 1000111 | 101101 | 0 | 100110 | 11011010 | 110111 | 101000 |
Color Harmonies of #2D579D
Complementary color
Monochromatic Colors of #2D579D
Black with #2D579D
Text Example
Text Example
White with #2D579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D579D; }
p { color: rgb(45,87,157); }
H1.HeaderClassName
{
color: #2D579D;
}
.AnyTagClassName
{
color: #2D579D;
}
</style>
background-color css
<style>
a { background-color: #2D579D; }
a { background-color: rgb(45,87,157); }
div.DivClassName
{
background-color: #2D579D;
}
.BgClassName
{
background-color: #2D579D;
}
</style>
border-color css
<style>
span { border-color: #2D579D; }
span { border-color: rgb(45,87,157); }
td.TdClassName
{
border-color: #2D579D;
}
.TagClassName
{
border-color: #2D579D;
}
</style>