Shades of Endeavour #2D539D
Tints of Endeavour #2D539D
RGB
CMYK
RGB Variations
Color information
#2D539D (or 0x2D539D) is known color: Endeavour. HEX triplet: 2D, 53 and 9D. RGB value is (45,83,157). Sum of RGB (Red+Green+Blue) = 45+83+157=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D539D is #D2AC62. Grayscale: #4F4F4F. Windows color (decimal): -13806691 or 10310445. OLE color: 10310445.
HSL color Cylindrical-coordinate representation of color #2D539D: hue angle of 219.64º 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 #2D539D is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 83 | 157 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.38 |
| HSL | 219.64º | 0.55% | 0.4% | - |
| HSV(B) | 219.64º | 0.71% | 0.62% | - |
| XYZ | 10.26 | 9.18 | 33.13 | - |
| YUV | 80.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 157 | 0.71 | 0.47 | 0 | 0.38 | 219.64 | 0.55 | 0.4 |
| Hex | 2D | 53 | 9D | 47 | 2F | 0 | 26 | DC | 37 | 28 |
| Octal | 55 | 123 | 235 | 107 | 57 | 0 | 46 | 334 | 67 | 50 |
| Binary | 101101 | 1010011 | 10011101 | 1000111 | 101111 | 0 | 100110 | 11011100 | 110111 | 101000 |
Color Harmonies of #2D539D
Complementary color
Monochromatic Colors of #2D539D
Black with #2D539D
Text Example
Text Example
White with #2D539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D539D; }
p { color: rgb(45,83,157); }
H1.HeaderClassName
{
color: #2D539D;
}
.AnyTagClassName
{
color: #2D539D;
}
</style>
background-color css
<style>
a { background-color: #2D539D; }
a { background-color: rgb(45,83,157); }
div.DivClassName
{
background-color: #2D539D;
}
.BgClassName
{
background-color: #2D539D;
}
</style>
border-color css
<style>
span { border-color: #2D539D; }
span { border-color: rgb(45,83,157); }
td.TdClassName
{
border-color: #2D539D;
}
.TagClassName
{
border-color: #2D539D;
}
</style>