Shades of Endeavour #2F5793
Tints of Endeavour #2F5793
RGB
CMYK
RGB Variations
Color information
#2F5793 (or 0x2F5793) is known color: Endeavour. HEX triplet: 2F, 57 and 93. RGB value is (47,87,147). Sum of RGB (Red+Green+Blue) = 47+87+147=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F5793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5793 is #D0A86C. Grayscale: #515151. Windows color (decimal): -13674605 or 9656111. OLE color: 9656111.
HSL color Cylindrical-coordinate representation of color #2F5793: hue angle of 216º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F5793 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 87 | 147 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.42 |
| HSL | 216º | 0.52% | 0.38% | - |
| HSV(B) | 216º | 0.68% | 0.58% | - |
| XYZ | 9.85 | 9.53 | 28.92 | - |
| YUV | 81.88 | 164.75 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 87 | 147 | 0.68 | 0.41 | 0 | 0.42 | 216 | 0.52 | 0.38 |
| Hex | 2F | 57 | 93 | 44 | 29 | 0 | 2A | D8 | 34 | 26 |
| Octal | 57 | 127 | 223 | 104 | 51 | 0 | 52 | 330 | 64 | 46 |
| Binary | 101111 | 1010111 | 10010011 | 1000100 | 101001 | 0 | 101010 | 11011000 | 110100 | 100110 |
Color Harmonies of #2F5793
Complementary color
Monochromatic Colors of #2F5793
Black with #2F5793
Text Example
Text Example
White with #2F5793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5793; }
p { color: rgb(47,87,147); }
H1.HeaderClassName
{
color: #2F5793;
}
.AnyTagClassName
{
color: #2F5793;
}
</style>
background-color css
<style>
a { background-color: #2F5793; }
a { background-color: rgb(47,87,147); }
div.DivClassName
{
background-color: #2F5793;
}
.BgClassName
{
background-color: #2F5793;
}
</style>
border-color css
<style>
span { border-color: #2F5793; }
span { border-color: rgb(47,87,147); }
td.TdClassName
{
border-color: #2F5793;
}
.TagClassName
{
border-color: #2F5793;
}
</style>