Shades of Endeavour #33598D
Tints of Endeavour #33598D
RGB
CMYK
RGB Variations
Color information
#33598D (or 0x33598D) is known color: Endeavour. HEX triplet: 33, 59 and 8D. RGB value is (51,89,141). Sum of RGB (Red+Green+Blue) = 51+89+141=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #33598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33598D is #CCA672. Grayscale: #535353. Windows color (decimal): -13411955 or 9263411. OLE color: 9263411.
HSL color Cylindrical-coordinate representation of color #33598D: hue angle of 214.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33598D is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 89 | 141 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.45 |
| HSL | 214.67º | 0.47% | 0.38% | - |
| HSV(B) | 214.67º | 0.64% | 0.55% | - |
| XYZ | 9.75 | 9.77 | 26.57 | - |
| YUV | 83.57 | 160.41 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 141 | 0.64 | 0.37 | 0 | 0.45 | 214.67 | 0.47 | 0.38 |
| Hex | 33 | 59 | 8D | 40 | 25 | 0 | 2D | D7 | 2F | 26 |
| Octal | 63 | 131 | 215 | 100 | 45 | 0 | 55 | 327 | 57 | 46 |
| Binary | 110011 | 1011001 | 10001101 | 1000000 | 100101 | 0 | 101101 | 11010111 | 101111 | 100110 |
Color Harmonies of #33598D
Complementary color
Monochromatic Colors of #33598D
Black with #33598D
Text Example
Text Example
White with #33598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33598D; }
p { color: rgb(51,89,141); }
H1.HeaderClassName
{
color: #33598D;
}
.AnyTagClassName
{
color: #33598D;
}
</style>
background-color css
<style>
a { background-color: #33598D; }
a { background-color: rgb(51,89,141); }
div.DivClassName
{
background-color: #33598D;
}
.BgClassName
{
background-color: #33598D;
}
</style>
border-color css
<style>
span { border-color: #33598D; }
span { border-color: rgb(51,89,141); }
td.TdClassName
{
border-color: #33598D;
}
.TagClassName
{
border-color: #33598D;
}
</style>