Shades of Endeavour #2F5595
Tints of Endeavour #2F5595
RGB
CMYK
RGB Variations
Color information
#2F5595 (or 0x2F5595) is known color: Endeavour. HEX triplet: 2F, 55 and 95. RGB value is (47,85,149). Sum of RGB (Red+Green+Blue) = 47+85+149=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F5595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5595 is #D0AA6A. Grayscale: #505050. Windows color (decimal): -13675115 or 9786671. OLE color: 9786671.
HSL color Cylindrical-coordinate representation of color #2F5595: hue angle of 217.65º 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 #2F5595 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 85 | 149 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.42 |
| HSL | 217.65º | 0.52% | 0.38% | - |
| HSV(B) | 217.65º | 0.68% | 0.58% | - |
| XYZ | 9.85 | 9.27 | 29.7 | - |
| YUV | 80.93 | 166.41 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 149 | 0.68 | 0.43 | 0 | 0.42 | 217.65 | 0.52 | 0.38 |
| Hex | 2F | 55 | 95 | 44 | 2B | 0 | 2A | DA | 34 | 26 |
| Octal | 57 | 125 | 225 | 104 | 53 | 0 | 52 | 332 | 64 | 46 |
| Binary | 101111 | 1010101 | 10010101 | 1000100 | 101011 | 0 | 101010 | 11011010 | 110100 | 100110 |
Color Harmonies of #2F5595
Complementary color
Monochromatic Colors of #2F5595
Black with #2F5595
Text Example
Text Example
White with #2F5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5595; }
p { color: rgb(47,85,149); }
H1.HeaderClassName
{
color: #2F5595;
}
.AnyTagClassName
{
color: #2F5595;
}
</style>
background-color css
<style>
a { background-color: #2F5595; }
a { background-color: rgb(47,85,149); }
div.DivClassName
{
background-color: #2F5595;
}
.BgClassName
{
background-color: #2F5595;
}
</style>
border-color css
<style>
span { border-color: #2F5595; }
span { border-color: rgb(47,85,149); }
td.TdClassName
{
border-color: #2F5595;
}
.TagClassName
{
border-color: #2F5595;
}
</style>