Shades of Endeavour #2F5599
Tints of Endeavour #2F5599
RGB
CMYK
RGB Variations
Color information
#2F5599 (or 0x2F5599) is known color: Endeavour. HEX triplet: 2F, 55 and 99. RGB value is (47,85,153). Sum of RGB (Red+Green+Blue) = 47+85+153=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F5599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5599 is #D0AA66. Grayscale: #515151. Windows color (decimal): -13675111 or 10048815. OLE color: 10048815.
HSL color Cylindrical-coordinate representation of color #2F5599: hue angle of 218.49º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F5599 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 85 | 153 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.4 |
| HSL | 218.49º | 0.53% | 0.39% | - |
| HSV(B) | 218.49º | 0.69% | 0.6% | - |
| XYZ | 10.17 | 9.4 | 31.42 | - |
| YUV | 81.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 153 | 0.69 | 0.44 | 0 | 0.4 | 218.49 | 0.53 | 0.39 |
| Hex | 2F | 55 | 99 | 45 | 2C | 0 | 28 | DA | 35 | 27 |
| Octal | 57 | 125 | 231 | 105 | 54 | 0 | 50 | 332 | 65 | 47 |
| Binary | 101111 | 1010101 | 10011001 | 1000101 | 101100 | 0 | 101000 | 11011010 | 110101 | 100111 |
Color Harmonies of #2F5599
Complementary color
Monochromatic Colors of #2F5599
Black with #2F5599
Text Example
Text Example
White with #2F5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5599; }
p { color: rgb(47,85,153); }
H1.HeaderClassName
{
color: #2F5599;
}
.AnyTagClassName
{
color: #2F5599;
}
</style>
background-color css
<style>
a { background-color: #2F5599; }
a { background-color: rgb(47,85,153); }
div.DivClassName
{
background-color: #2F5599;
}
.BgClassName
{
background-color: #2F5599;
}
</style>
border-color css
<style>
span { border-color: #2F5599; }
span { border-color: rgb(47,85,153); }
td.TdClassName
{
border-color: #2F5599;
}
.TagClassName
{
border-color: #2F5599;
}
</style>