Shades of Endeavour #355F93
Tints of Endeavour #355F93
RGB
CMYK
RGB Variations
Color information
#355F93 (or 0x355F93) is known color: Endeavour. HEX triplet: 35, 5F and 93. RGB value is (53,95,147). Sum of RGB (Red+Green+Blue) = 53+95+147=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #355F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355F93 is #CAA06C. Grayscale: #585858. Windows color (decimal): -13279341 or 9658165. OLE color: 9658165.
HSL color Cylindrical-coordinate representation of color #355F93: hue angle of 213.19º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355F93 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 95 | 147 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.42 |
| HSL | 213.19º | 0.47% | 0.39% | - |
| HSV(B) | 213.19º | 0.64% | 0.58% | - |
| XYZ | 10.83 | 11.05 | 29.17 | - |
| YUV | 88.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 147 | 0.64 | 0.35 | 0 | 0.42 | 213.19 | 0.47 | 0.39 |
| Hex | 35 | 5F | 93 | 40 | 23 | 0 | 2A | D5 | 2F | 27 |
| Octal | 65 | 137 | 223 | 100 | 43 | 0 | 52 | 325 | 57 | 47 |
| Binary | 110101 | 1011111 | 10010011 | 1000000 | 100011 | 0 | 101010 | 11010101 | 101111 | 100111 |
Color Harmonies of #355F93
Complementary color
Monochromatic Colors of #355F93
Black with #355F93
Text Example
Text Example
White with #355F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F93; }
p { color: rgb(53,95,147); }
H1.HeaderClassName
{
color: #355F93;
}
.AnyTagClassName
{
color: #355F93;
}
</style>
background-color css
<style>
a { background-color: #355F93; }
a { background-color: rgb(53,95,147); }
div.DivClassName
{
background-color: #355F93;
}
.BgClassName
{
background-color: #355F93;
}
</style>
border-color css
<style>
span { border-color: #355F93; }
span { border-color: rgb(53,95,147); }
td.TdClassName
{
border-color: #355F93;
}
.TagClassName
{
border-color: #355F93;
}
</style>