Shades of Endeavour #2F6492
Tints of Endeavour #2F6492
RGB
CMYK
RGB Variations
Color information
#2F6492 (or 0x2F6492) is known color: Endeavour. HEX triplet: 2F, 64 and 92. RGB value is (47,100,146). Sum of RGB (Red+Green+Blue) = 47+100+146=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F6492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6492 is #D09B6D. Grayscale: #595959. Windows color (decimal): -13671278 or 9593903. OLE color: 9593903.
HSL color Cylindrical-coordinate representation of color #2F6492: hue angle of 207.88º 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 #2F6492 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 100 | 146 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.43 |
| HSL | 207.88º | 0.51% | 0.38% | - |
| HSV(B) | 207.88º | 0.68% | 0.57% | - |
| XYZ | 10.92 | 11.79 | 28.9 | - |
| YUV | 89.4 | 159.94 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 146 | 0.68 | 0.32 | 0 | 0.43 | 207.88 | 0.51 | 0.38 |
| Hex | 2F | 64 | 92 | 44 | 20 | 0 | 2B | D0 | 33 | 26 |
| Octal | 57 | 144 | 222 | 104 | 40 | 0 | 53 | 320 | 63 | 46 |
| Binary | 101111 | 1100100 | 10010010 | 1000100 | 100000 | 0 | 101011 | 11010000 | 110011 | 100110 |
Color Harmonies of #2F6492
Complementary color
Monochromatic Colors of #2F6492
Black with #2F6492
Text Example
Text Example
White with #2F6492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6492; }
p { color: rgb(47,100,146); }
H1.HeaderClassName
{
color: #2F6492;
}
.AnyTagClassName
{
color: #2F6492;
}
</style>
background-color css
<style>
a { background-color: #2F6492; }
a { background-color: rgb(47,100,146); }
div.DivClassName
{
background-color: #2F6492;
}
.BgClassName
{
background-color: #2F6492;
}
</style>
border-color css
<style>
span { border-color: #2F6492; }
span { border-color: rgb(47,100,146); }
td.TdClassName
{
border-color: #2F6492;
}
.TagClassName
{
border-color: #2F6492;
}
</style>