Shades of Endeavour #335E8A
Tints of Endeavour #335E8A
RGB
CMYK
RGB Variations
Color information
#335E8A (or 0x335E8A) is known color: Endeavour. HEX triplet: 33, 5E and 8A. RGB value is (51,94,138). Sum of RGB (Red+Green+Blue) = 51+94+138=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #335E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335E8A is #CCA175. Grayscale: #555555. Windows color (decimal): -13410678 or 9068083. OLE color: 9068083.
HSL color Cylindrical-coordinate representation of color #335E8A: hue angle of 210.34º 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 #335E8A is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 94 | 138 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.46 |
| HSL | 210.34º | 0.46% | 0.37% | - |
| HSV(B) | 210.34º | 0.63% | 0.54% | - |
| XYZ | 9.96 | 10.54 | 25.56 | - |
| YUV | 86.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 138 | 0.63 | 0.32 | 0 | 0.46 | 210.34 | 0.46 | 0.37 |
| Hex | 33 | 5E | 8A | 3F | 20 | 0 | 2E | D2 | 2E | 25 |
| Octal | 63 | 136 | 212 | 77 | 40 | 0 | 56 | 322 | 56 | 45 |
| Binary | 110011 | 1011110 | 10001010 | 111111 | 100000 | 0 | 101110 | 11010010 | 101110 | 100101 |
Color Harmonies of #335E8A
Complementary color
Monochromatic Colors of #335E8A
Black with #335E8A
Text Example
Text Example
White with #335E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E8A; }
p { color: rgb(51,94,138); }
H1.HeaderClassName
{
color: #335E8A;
}
.AnyTagClassName
{
color: #335E8A;
}
</style>
background-color css
<style>
a { background-color: #335E8A; }
a { background-color: rgb(51,94,138); }
div.DivClassName
{
background-color: #335E8A;
}
.BgClassName
{
background-color: #335E8A;
}
</style>
border-color css
<style>
span { border-color: #335E8A; }
span { border-color: rgb(51,94,138); }
td.TdClassName
{
border-color: #335E8A;
}
.TagClassName
{
border-color: #335E8A;
}
</style>