Shades of Endeavour #33638A
Tints of Endeavour #33638A
RGB
CMYK
RGB Variations
Color information
#33638A (or 0x33638A) is known color: Endeavour. HEX triplet: 33, 63 and 8A. RGB value is (51,99,138). Sum of RGB (Red+Green+Blue) = 51+99+138=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #33638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33638A is #CC9C75. Grayscale: #585858. Windows color (decimal): -13409398 or 9069363. OLE color: 9069363.
HSL color Cylindrical-coordinate representation of color #33638A: hue angle of 206.9º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33638A is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 99 | 138 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.46 |
| HSL | 206.9º | 0.46% | 0.37% | - |
| HSV(B) | 206.9º | 0.63% | 0.54% | - |
| XYZ | 10.41 | 11.46 | 25.71 | - |
| YUV | 89.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 138 | 0.63 | 0.28 | 0 | 0.46 | 206.9 | 0.46 | 0.37 |
| Hex | 33 | 63 | 8A | 3F | 1C | 0 | 2E | CF | 2E | 25 |
| Octal | 63 | 143 | 212 | 77 | 34 | 0 | 56 | 317 | 56 | 45 |
| Binary | 110011 | 1100011 | 10001010 | 111111 | 11100 | 0 | 101110 | 11001111 | 101110 | 100101 |
Color Harmonies of #33638A
Complementary color
Monochromatic Colors of #33638A
Black with #33638A
Text Example
Text Example
White with #33638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33638A; }
p { color: rgb(51,99,138); }
H1.HeaderClassName
{
color: #33638A;
}
.AnyTagClassName
{
color: #33638A;
}
</style>
background-color css
<style>
a { background-color: #33638A; }
a { background-color: rgb(51,99,138); }
div.DivClassName
{
background-color: #33638A;
}
.BgClassName
{
background-color: #33638A;
}
</style>
border-color css
<style>
span { border-color: #33638A; }
span { border-color: rgb(51,99,138); }
td.TdClassName
{
border-color: #33638A;
}
.TagClassName
{
border-color: #33638A;
}
</style>