Shades of Endeavour #33628B
Tints of Endeavour #33628B
RGB
CMYK
RGB Variations
Color information
#33628B (or 0x33628B) is known color: Endeavour. HEX triplet: 33, 62 and 8B. RGB value is (51,98,139). Sum of RGB (Red+Green+Blue) = 51+98+139=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #33628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33628B is #CC9D74. Grayscale: #585858. Windows color (decimal): -13409653 or 9134643. OLE color: 9134643.
HSL color Cylindrical-coordinate representation of color #33628B: hue angle of 207.95º 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 #33628B is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 98 | 139 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.45 |
| HSL | 207.95º | 0.46% | 0.37% | - |
| HSV(B) | 207.95º | 0.63% | 0.55% | - |
| XYZ | 10.39 | 11.3 | 26.06 | - |
| YUV | 88.62 | 156.43 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 139 | 0.63 | 0.29 | 0 | 0.45 | 207.95 | 0.46 | 0.37 |
| Hex | 33 | 62 | 8B | 3F | 1D | 0 | 2D | D0 | 2E | 25 |
| Octal | 63 | 142 | 213 | 77 | 35 | 0 | 55 | 320 | 56 | 45 |
| Binary | 110011 | 1100010 | 10001011 | 111111 | 11101 | 0 | 101101 | 11010000 | 101110 | 100101 |
Color Harmonies of #33628B
Complementary color
Monochromatic Colors of #33628B
Black with #33628B
Text Example
Text Example
White with #33628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33628B; }
p { color: rgb(51,98,139); }
H1.HeaderClassName
{
color: #33628B;
}
.AnyTagClassName
{
color: #33628B;
}
</style>
background-color css
<style>
a { background-color: #33628B; }
a { background-color: rgb(51,98,139); }
div.DivClassName
{
background-color: #33628B;
}
.BgClassName
{
background-color: #33628B;
}
</style>
border-color css
<style>
span { border-color: #33628B; }
span { border-color: rgb(51,98,139); }
td.TdClassName
{
border-color: #33628B;
}
.TagClassName
{
border-color: #33628B;
}
</style>