Shades of Endeavour #2F588A
Tints of Endeavour #2F588A
RGB
CMYK
RGB Variations
Color information
#2F588A (or 0x2F588A) is known color: Endeavour. HEX triplet: 2F, 58 and 8A. RGB value is (47,88,138). Sum of RGB (Red+Green+Blue) = 47+88+138=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F588A is #D0A775. Grayscale: #515151. Windows color (decimal): -13674358 or 9066543. OLE color: 9066543.
HSL color Cylindrical-coordinate representation of color #2F588A: hue angle of 212.97º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F588A is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 88 | 138 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.46 |
| HSL | 212.97º | 0.49% | 0.36% | - |
| HSV(B) | 212.97º | 0.66% | 0.54% | - |
| XYZ | 9.25 | 9.42 | 25.38 | - |
| YUV | 81.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 88 | 138 | 0.66 | 0.36 | 0 | 0.46 | 212.97 | 0.49 | 0.36 |
| Hex | 2F | 58 | 8A | 42 | 24 | 0 | 2E | D5 | 31 | 24 |
| Octal | 57 | 130 | 212 | 102 | 44 | 0 | 56 | 325 | 61 | 44 |
| Binary | 101111 | 1011000 | 10001010 | 1000010 | 100100 | 0 | 101110 | 11010101 | 110001 | 100100 |
Color Harmonies of #2F588A
Complementary color
Monochromatic Colors of #2F588A
Black with #2F588A
Text Example
Text Example
White with #2F588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F588A; }
p { color: rgb(47,88,138); }
H1.HeaderClassName
{
color: #2F588A;
}
.AnyTagClassName
{
color: #2F588A;
}
</style>
background-color css
<style>
a { background-color: #2F588A; }
a { background-color: rgb(47,88,138); }
div.DivClassName
{
background-color: #2F588A;
}
.BgClassName
{
background-color: #2F588A;
}
</style>
border-color css
<style>
span { border-color: #2F588A; }
span { border-color: rgb(47,88,138); }
td.TdClassName
{
border-color: #2F588A;
}
.TagClassName
{
border-color: #2F588A;
}
</style>