Shades of Endeavour #33618D
Tints of Endeavour #33618D
RGB
CMYK
RGB Variations
Color information
#33618D (or 0x33618D) is known color: Endeavour. HEX triplet: 33, 61 and 8D. RGB value is (51,97,141). Sum of RGB (Red+Green+Blue) = 51+97+141=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #33618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33618D is #CC9E72. Grayscale: #585858. Windows color (decimal): -13409907 or 9265459. OLE color: 9265459.
HSL color Cylindrical-coordinate representation of color #33618D: hue angle of 209.33º 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 #33618D is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 97 | 141 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.45 |
| HSL | 209.33º | 0.47% | 0.38% | - |
| HSV(B) | 209.33º | 0.64% | 0.55% | - |
| XYZ | 10.45 | 11.18 | 26.81 | - |
| YUV | 88.26 | 157.76 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 141 | 0.64 | 0.31 | 0 | 0.45 | 209.33 | 0.47 | 0.38 |
| Hex | 33 | 61 | 8D | 40 | 1F | 0 | 2D | D1 | 2F | 26 |
| Octal | 63 | 141 | 215 | 100 | 37 | 0 | 55 | 321 | 57 | 46 |
| Binary | 110011 | 1100001 | 10001101 | 1000000 | 11111 | 0 | 101101 | 11010001 | 101111 | 100110 |
Color Harmonies of #33618D
Complementary color
Monochromatic Colors of #33618D
Black with #33618D
Text Example
Text Example
White with #33618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33618D; }
p { color: rgb(51,97,141); }
H1.HeaderClassName
{
color: #33618D;
}
.AnyTagClassName
{
color: #33618D;
}
</style>
background-color css
<style>
a { background-color: #33618D; }
a { background-color: rgb(51,97,141); }
div.DivClassName
{
background-color: #33618D;
}
.BgClassName
{
background-color: #33618D;
}
</style>
border-color css
<style>
span { border-color: #33618D; }
span { border-color: rgb(51,97,141); }
td.TdClassName
{
border-color: #33618D;
}
.TagClassName
{
border-color: #33618D;
}
</style>