Shades of Endeavour #2F648B
Tints of Endeavour #2F648B
RGB
CMYK
RGB Variations
Color information
#2F648B (or 0x2F648B) is known color: Endeavour. HEX triplet: 2F, 64 and 8B. RGB value is (47,100,139). Sum of RGB (Red+Green+Blue) = 47+100+139=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F648B is #D09B74. Grayscale: #585858. Windows color (decimal): -13671285 or 9135151. OLE color: 9135151.
HSL color Cylindrical-coordinate representation of color #2F648B: hue angle of 205.43º 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 #2F648B is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 100 | 139 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.45 |
| HSL | 205.43º | 0.49% | 0.36% | - |
| HSV(B) | 205.43º | 0.66% | 0.55% | - |
| XYZ | 10.39 | 11.58 | 26.11 | - |
| YUV | 88.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 139 | 0.66 | 0.28 | 0 | 0.45 | 205.43 | 0.49 | 0.36 |
| Hex | 2F | 64 | 8B | 42 | 1C | 0 | 2D | CD | 31 | 24 |
| Octal | 57 | 144 | 213 | 102 | 34 | 0 | 55 | 315 | 61 | 44 |
| Binary | 101111 | 1100100 | 10001011 | 1000010 | 11100 | 0 | 101101 | 11001101 | 110001 | 100100 |
Color Harmonies of #2F648B
Complementary color
Monochromatic Colors of #2F648B
Black with #2F648B
Text Example
Text Example
White with #2F648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F648B; }
p { color: rgb(47,100,139); }
H1.HeaderClassName
{
color: #2F648B;
}
.AnyTagClassName
{
color: #2F648B;
}
</style>
background-color css
<style>
a { background-color: #2F648B; }
a { background-color: rgb(47,100,139); }
div.DivClassName
{
background-color: #2F648B;
}
.BgClassName
{
background-color: #2F648B;
}
</style>
border-color css
<style>
span { border-color: #2F648B; }
span { border-color: rgb(47,100,139); }
td.TdClassName
{
border-color: #2F648B;
}
.TagClassName
{
border-color: #2F648B;
}
</style>