Shades of Endeavour #2F6288
Tints of Endeavour #2F6288
RGB
CMYK
RGB Variations
Color information
#2F6288 (or 0x2F6288) is known color: Endeavour. HEX triplet: 2F, 62 and 88. RGB value is (47,98,136). Sum of RGB (Red+Green+Blue) = 47+98+136=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F6288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6288 is #D09D77. Grayscale: #565656. Windows color (decimal): -13671800 or 8938031. OLE color: 8938031.
HSL color Cylindrical-coordinate representation of color #2F6288: hue angle of 205.62º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F6288 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 98 | 136 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.47 |
| HSL | 205.62º | 0.49% | 0.36% | - |
| HSV(B) | 205.62º | 0.65% | 0.53% | - |
| XYZ | 9.98 | 11.12 | 24.91 | - |
| YUV | 87.08 | 155.6 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 136 | 0.65 | 0.28 | 0 | 0.47 | 205.62 | 0.49 | 0.36 |
| Hex | 2F | 62 | 88 | 41 | 1C | 0 | 2F | CE | 31 | 24 |
| Octal | 57 | 142 | 210 | 101 | 34 | 0 | 57 | 316 | 61 | 44 |
| Binary | 101111 | 1100010 | 10001000 | 1000001 | 11100 | 0 | 101111 | 11001110 | 110001 | 100100 |
Color Harmonies of #2F6288
Complementary color
Monochromatic Colors of #2F6288
Black with #2F6288
Text Example
Text Example
White with #2F6288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6288; }
p { color: rgb(47,98,136); }
H1.HeaderClassName
{
color: #2F6288;
}
.AnyTagClassName
{
color: #2F6288;
}
</style>
background-color css
<style>
a { background-color: #2F6288; }
a { background-color: rgb(47,98,136); }
div.DivClassName
{
background-color: #2F6288;
}
.BgClassName
{
background-color: #2F6288;
}
</style>
border-color css
<style>
span { border-color: #2F6288; }
span { border-color: rgb(47,98,136); }
td.TdClassName
{
border-color: #2F6288;
}
.TagClassName
{
border-color: #2F6288;
}
</style>