Shades of Endeavour #2F5792
Tints of Endeavour #2F5792
RGB
CMYK
RGB Variations
Color information
#2F5792 (or 0x2F5792) is known color: Endeavour. HEX triplet: 2F, 57 and 92. RGB value is (47,87,146). Sum of RGB (Red+Green+Blue) = 47+87+146=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F5792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5792 is #D0A86D. Grayscale: #515151. Windows color (decimal): -13674606 or 9590575. OLE color: 9590575.
HSL color Cylindrical-coordinate representation of color #2F5792: hue angle of 215.76º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F5792 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 87 | 146 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.43 |
| HSL | 215.76º | 0.51% | 0.38% | - |
| HSV(B) | 215.76º | 0.68% | 0.57% | - |
| XYZ | 9.77 | 9.5 | 28.51 | - |
| YUV | 81.77 | 164.25 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 87 | 146 | 0.68 | 0.40 | 0 | 0.43 | 215.76 | 0.51 | 0.38 |
| Hex | 2F | 57 | 92 | 44 | 28 | 0 | 2B | D8 | 33 | 26 |
| Octal | 57 | 127 | 222 | 104 | 50 | 0 | 53 | 330 | 63 | 46 |
| Binary | 101111 | 1010111 | 10010010 | 1000100 | 101000 | 0 | 101011 | 11011000 | 110011 | 100110 |
Color Harmonies of #2F5792
Complementary color
Monochromatic Colors of #2F5792
Black with #2F5792
Text Example
Text Example
White with #2F5792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5792; }
p { color: rgb(47,87,146); }
H1.HeaderClassName
{
color: #2F5792;
}
.AnyTagClassName
{
color: #2F5792;
}
</style>
background-color css
<style>
a { background-color: #2F5792; }
a { background-color: rgb(47,87,146); }
div.DivClassName
{
background-color: #2F5792;
}
.BgClassName
{
background-color: #2F5792;
}
</style>
border-color css
<style>
span { border-color: #2F5792; }
span { border-color: rgb(47,87,146); }
td.TdClassName
{
border-color: #2F5792;
}
.TagClassName
{
border-color: #2F5792;
}
</style>