Shades of Endeavour #2F618B
Tints of Endeavour #2F618B
RGB
CMYK
RGB Variations
Color information
#2F618B (or 0x2F618B) is known color: Endeavour. HEX triplet: 2F, 61 and 8B. RGB value is (47,97,139). Sum of RGB (Red+Green+Blue) = 47+97+139=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F618B is #D09E74. Grayscale: #565656. Windows color (decimal): -13672053 or 9134383. OLE color: 9134383.
HSL color Cylindrical-coordinate representation of color #2F618B: hue angle of 207.39º 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 #2F618B is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 97 | 139 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.45 |
| HSL | 207.39º | 0.49% | 0.36% | - |
| HSV(B) | 207.39º | 0.66% | 0.55% | - |
| XYZ | 10.11 | 11.02 | 26.02 | - |
| YUV | 86.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 139 | 0.66 | 0.30 | 0 | 0.45 | 207.39 | 0.49 | 0.36 |
| Hex | 2F | 61 | 8B | 42 | 1E | 0 | 2D | CF | 31 | 24 |
| Octal | 57 | 141 | 213 | 102 | 36 | 0 | 55 | 317 | 61 | 44 |
| Binary | 101111 | 1100001 | 10001011 | 1000010 | 11110 | 0 | 101101 | 11001111 | 110001 | 100100 |
Color Harmonies of #2F618B
Complementary color
Monochromatic Colors of #2F618B
Black with #2F618B
Text Example
Text Example
White with #2F618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F618B; }
p { color: rgb(47,97,139); }
H1.HeaderClassName
{
color: #2F618B;
}
.AnyTagClassName
{
color: #2F618B;
}
</style>
background-color css
<style>
a { background-color: #2F618B; }
a { background-color: rgb(47,97,139); }
div.DivClassName
{
background-color: #2F618B;
}
.BgClassName
{
background-color: #2F618B;
}
</style>
border-color css
<style>
span { border-color: #2F618B; }
span { border-color: rgb(47,97,139); }
td.TdClassName
{
border-color: #2F618B;
}
.TagClassName
{
border-color: #2F618B;
}
</style>