Shades of Endeavour #2F5495
Tints of Endeavour #2F5495
RGB
CMYK
RGB Variations
Color information
#2F5495 (or 0x2F5495) is known color: Endeavour. HEX triplet: 2F, 54 and 95. RGB value is (47,84,149). Sum of RGB (Red+Green+Blue) = 47+84+149=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F5495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5495 is #D0AB6A. Grayscale: #505050. Windows color (decimal): -13675371 or 9786415. OLE color: 9786415.
HSL color Cylindrical-coordinate representation of color #2F5495: hue angle of 218.24º 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 #2F5495 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 84 | 149 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.42 |
| HSL | 218.24º | 0.52% | 0.38% | - |
| HSV(B) | 218.24º | 0.68% | 0.58% | - |
| XYZ | 9.77 | 9.11 | 29.68 | - |
| YUV | 80.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 149 | 0.68 | 0.44 | 0 | 0.42 | 218.24 | 0.52 | 0.38 |
| Hex | 2F | 54 | 95 | 44 | 2C | 0 | 2A | DA | 34 | 26 |
| Octal | 57 | 124 | 225 | 104 | 54 | 0 | 52 | 332 | 64 | 46 |
| Binary | 101111 | 1010100 | 10010101 | 1000100 | 101100 | 0 | 101010 | 11011010 | 110100 | 100110 |
Color Harmonies of #2F5495
Complementary color
Monochromatic Colors of #2F5495
Black with #2F5495
Text Example
Text Example
White with #2F5495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5495; }
p { color: rgb(47,84,149); }
H1.HeaderClassName
{
color: #2F5495;
}
.AnyTagClassName
{
color: #2F5495;
}
</style>
background-color css
<style>
a { background-color: #2F5495; }
a { background-color: rgb(47,84,149); }
div.DivClassName
{
background-color: #2F5495;
}
.BgClassName
{
background-color: #2F5495;
}
</style>
border-color css
<style>
span { border-color: #2F5495; }
span { border-color: rgb(47,84,149); }
td.TdClassName
{
border-color: #2F5495;
}
.TagClassName
{
border-color: #2F5495;
}
</style>