Shades of Endeavour #355D8A
Tints of Endeavour #355D8A
RGB
CMYK
RGB Variations
Color information
#355D8A (or 0x355D8A) is known color: Endeavour. HEX triplet: 35, 5D and 8A. RGB value is (53,93,138). Sum of RGB (Red+Green+Blue) = 53+93+138=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #355D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355D8A is #CAA275. Grayscale: #555555. Windows color (decimal): -13279862 or 9067829. OLE color: 9067829.
HSL color Cylindrical-coordinate representation of color #355D8A: hue angle of 211.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #355D8A is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 93 | 138 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.46 |
| HSL | 211.76º | 0.45% | 0.37% | - |
| HSV(B) | 211.76º | 0.62% | 0.54% | - |
| XYZ | 9.97 | 10.42 | 25.53 | - |
| YUV | 86.17 | 157.25 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 138 | 0.62 | 0.33 | 0 | 0.46 | 211.76 | 0.45 | 0.37 |
| Hex | 35 | 5D | 8A | 3E | 21 | 0 | 2E | D4 | 2D | 25 |
| Octal | 65 | 135 | 212 | 76 | 41 | 0 | 56 | 324 | 55 | 45 |
| Binary | 110101 | 1011101 | 10001010 | 111110 | 100001 | 0 | 101110 | 11010100 | 101101 | 100101 |
Color Harmonies of #355D8A
Complementary color
Monochromatic Colors of #355D8A
Black with #355D8A
Text Example
Text Example
White with #355D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D8A; }
p { color: rgb(53,93,138); }
H1.HeaderClassName
{
color: #355D8A;
}
.AnyTagClassName
{
color: #355D8A;
}
</style>
background-color css
<style>
a { background-color: #355D8A; }
a { background-color: rgb(53,93,138); }
div.DivClassName
{
background-color: #355D8A;
}
.BgClassName
{
background-color: #355D8A;
}
</style>
border-color css
<style>
span { border-color: #355D8A; }
span { border-color: rgb(53,93,138); }
td.TdClassName
{
border-color: #355D8A;
}
.TagClassName
{
border-color: #355D8A;
}
</style>