Shades of Endeavour #2F628B
Tints of Endeavour #2F628B
RGB
CMYK
RGB Variations
Color information
#2F628B (or 0x2F628B) is known color: Endeavour. HEX triplet: 2F, 62 and 8B. RGB value is (47,98,139). Sum of RGB (Red+Green+Blue) = 47+98+139=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F628B is #D09D74. Grayscale: #575757. Windows color (decimal): -13671797 or 9134639. OLE color: 9134639.
HSL color Cylindrical-coordinate representation of color #2F628B: hue angle of 206.74º 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 #2F628B is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 98 | 139 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.45 |
| HSL | 206.74º | 0.49% | 0.36% | - |
| HSV(B) | 206.74º | 0.66% | 0.55% | - |
| XYZ | 10.2 | 11.2 | 26.05 | - |
| YUV | 87.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 139 | 0.66 | 0.29 | 0 | 0.45 | 206.74 | 0.49 | 0.36 |
| Hex | 2F | 62 | 8B | 42 | 1D | 0 | 2D | CF | 31 | 24 |
| Octal | 57 | 142 | 213 | 102 | 35 | 0 | 55 | 317 | 61 | 44 |
| Binary | 101111 | 1100010 | 10001011 | 1000010 | 11101 | 0 | 101101 | 11001111 | 110001 | 100100 |
Color Harmonies of #2F628B
Complementary color
Monochromatic Colors of #2F628B
Black with #2F628B
Text Example
Text Example
White with #2F628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F628B; }
p { color: rgb(47,98,139); }
H1.HeaderClassName
{
color: #2F628B;
}
.AnyTagClassName
{
color: #2F628B;
}
</style>
background-color css
<style>
a { background-color: #2F628B; }
a { background-color: rgb(47,98,139); }
div.DivClassName
{
background-color: #2F628B;
}
.BgClassName
{
background-color: #2F628B;
}
</style>
border-color css
<style>
span { border-color: #2F628B; }
span { border-color: rgb(47,98,139); }
td.TdClassName
{
border-color: #2F628B;
}
.TagClassName
{
border-color: #2F628B;
}
</style>