Shades of Endeavour #33648B
Tints of Endeavour #33648B
RGB
CMYK
RGB Variations
Color information
#33648B (or 0x33648B) is known color: Endeavour. HEX triplet: 33, 64 and 8B. RGB value is (51,100,139). Sum of RGB (Red+Green+Blue) = 51+100+139=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #33648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33648B is #CC9B74. Grayscale: #595959. Windows color (decimal): -13409141 or 9135155. OLE color: 9135155.
HSL color Cylindrical-coordinate representation of color #33648B: hue angle of 206.59º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33648B is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 100 | 139 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.45 |
| HSL | 206.59º | 0.46% | 0.37% | - |
| HSV(B) | 206.59º | 0.63% | 0.55% | - |
| XYZ | 10.58 | 11.68 | 26.12 | - |
| YUV | 89.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 100 | 139 | 0.63 | 0.28 | 0 | 0.45 | 206.59 | 0.46 | 0.37 |
| Hex | 33 | 64 | 8B | 3F | 1C | 0 | 2D | CF | 2E | 25 |
| Octal | 63 | 144 | 213 | 77 | 34 | 0 | 55 | 317 | 56 | 45 |
| Binary | 110011 | 1100100 | 10001011 | 111111 | 11100 | 0 | 101101 | 11001111 | 101110 | 100101 |
Color Harmonies of #33648B
Complementary color
Monochromatic Colors of #33648B
Black with #33648B
Text Example
Text Example
White with #33648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33648B; }
p { color: rgb(51,100,139); }
H1.HeaderClassName
{
color: #33648B;
}
.AnyTagClassName
{
color: #33648B;
}
</style>
background-color css
<style>
a { background-color: #33648B; }
a { background-color: rgb(51,100,139); }
div.DivClassName
{
background-color: #33648B;
}
.BgClassName
{
background-color: #33648B;
}
</style>
border-color css
<style>
span { border-color: #33648B; }
span { border-color: rgb(51,100,139); }
td.TdClassName
{
border-color: #33648B;
}
.TagClassName
{
border-color: #33648B;
}
</style>