Shades of Endeavour #2F598B
Tints of Endeavour #2F598B
RGB
CMYK
RGB Variations
Color information
#2F598B (or 0x2F598B) is known color: Endeavour. HEX triplet: 2F, 59 and 8B. RGB value is (47,89,139). Sum of RGB (Red+Green+Blue) = 47+89+139=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F598B is #D0A674. Grayscale: #515151. Windows color (decimal): -13674101 or 9132335. OLE color: 9132335.
HSL color Cylindrical-coordinate representation of color #2F598B: hue angle of 212.61º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F598B is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 89 | 139 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.45 |
| HSL | 212.61º | 0.49% | 0.36% | - |
| HSV(B) | 212.61º | 0.66% | 0.55% | - |
| XYZ | 9.4 | 9.61 | 25.79 | - |
| YUV | 82.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 139 | 0.66 | 0.36 | 0 | 0.45 | 212.61 | 0.49 | 0.36 |
| Hex | 2F | 59 | 8B | 42 | 24 | 0 | 2D | D5 | 31 | 24 |
| Octal | 57 | 131 | 213 | 102 | 44 | 0 | 55 | 325 | 61 | 44 |
| Binary | 101111 | 1011001 | 10001011 | 1000010 | 100100 | 0 | 101101 | 11010101 | 110001 | 100100 |
Color Harmonies of #2F598B
Complementary color
Monochromatic Colors of #2F598B
Black with #2F598B
Text Example
Text Example
White with #2F598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F598B; }
p { color: rgb(47,89,139); }
H1.HeaderClassName
{
color: #2F598B;
}
.AnyTagClassName
{
color: #2F598B;
}
</style>
background-color css
<style>
a { background-color: #2F598B; }
a { background-color: rgb(47,89,139); }
div.DivClassName
{
background-color: #2F598B;
}
.BgClassName
{
background-color: #2F598B;
}
</style>
border-color css
<style>
span { border-color: #2F598B; }
span { border-color: rgb(47,89,139); }
td.TdClassName
{
border-color: #2F598B;
}
.TagClassName
{
border-color: #2F598B;
}
</style>