Shades of Endeavour #2F6691
Tints of Endeavour #2F6691
RGB
CMYK
RGB Variations
Color information
#2F6691 (or 0x2F6691) is known color: Endeavour. HEX triplet: 2F, 66 and 91. RGB value is (47,102,145). Sum of RGB (Red+Green+Blue) = 47+102+145=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F6691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6691 is #D0996E. Grayscale: #5A5A5A. Windows color (decimal): -13670767 or 9528879. OLE color: 9528879.
HSL color Cylindrical-coordinate representation of color #2F6691: hue angle of 206.33º 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 #2F6691 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 102 | 145 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.43 |
| HSL | 206.33º | 0.51% | 0.38% | - |
| HSV(B) | 206.33º | 0.68% | 0.57% | - |
| XYZ | 11.03 | 12.15 | 28.55 | - |
| YUV | 90.46 | 158.78 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 145 | 0.68 | 0.30 | 0 | 0.43 | 206.33 | 0.51 | 0.38 |
| Hex | 2F | 66 | 91 | 44 | 1E | 0 | 2B | CE | 33 | 26 |
| Octal | 57 | 146 | 221 | 104 | 36 | 0 | 53 | 316 | 63 | 46 |
| Binary | 101111 | 1100110 | 10010001 | 1000100 | 11110 | 0 | 101011 | 11001110 | 110011 | 100110 |
Color Harmonies of #2F6691
Complementary color
Monochromatic Colors of #2F6691
Black with #2F6691
Text Example
Text Example
White with #2F6691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6691; }
p { color: rgb(47,102,145); }
H1.HeaderClassName
{
color: #2F6691;
}
.AnyTagClassName
{
color: #2F6691;
}
</style>
background-color css
<style>
a { background-color: #2F6691; }
a { background-color: rgb(47,102,145); }
div.DivClassName
{
background-color: #2F6691;
}
.BgClassName
{
background-color: #2F6691;
}
</style>
border-color css
<style>
span { border-color: #2F6691; }
span { border-color: rgb(47,102,145); }
td.TdClassName
{
border-color: #2F6691;
}
.TagClassName
{
border-color: #2F6691;
}
</style>