Shades of Endeavour #235185
Tints of Endeavour #235185
RGB
CMYK
RGB Variations
Color information
#235185 (or 0x235185) is known color: Endeavour. HEX triplet: 23, 51 and 85. RGB value is (35,81,133). Sum of RGB (Red+Green+Blue) = 35+81+133=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #235185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235185 is #DCAE7A. Grayscale: #484848. Windows color (decimal): -14462587 or 8737059. OLE color: 8737059.
HSL color Cylindrical-coordinate representation of color #235185: hue angle of 211.84º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #235185 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 81 | 133 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.48 |
| HSL | 211.84º | 0.58% | 0.33% | - |
| HSV(B) | 211.84º | 0.74% | 0.52% | - |
| XYZ | 7.87 | 7.94 | 23.31 | - |
| YUV | 73.17 | 161.76 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 133 | 0.74 | 0.39 | 0 | 0.48 | 211.84 | 0.58 | 0.33 |
| Hex | 23 | 51 | 85 | 4A | 27 | 0 | 30 | D4 | 3A | 21 |
| Octal | 43 | 121 | 205 | 112 | 47 | 0 | 60 | 324 | 72 | 41 |
| Binary | 100011 | 1010001 | 10000101 | 1001010 | 100111 | 0 | 110000 | 11010100 | 111010 | 100001 |
Color Harmonies of #235185
Complementary color
Monochromatic Colors of #235185
Black with #235185
Text Example
Text Example
White with #235185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235185; }
p { color: rgb(35,81,133); }
H1.HeaderClassName
{
color: #235185;
}
.AnyTagClassName
{
color: #235185;
}
</style>
background-color css
<style>
a { background-color: #235185; }
a { background-color: rgb(35,81,133); }
div.DivClassName
{
background-color: #235185;
}
.BgClassName
{
background-color: #235185;
}
</style>
border-color css
<style>
span { border-color: #235185; }
span { border-color: rgb(35,81,133); }
td.TdClassName
{
border-color: #235185;
}
.TagClassName
{
border-color: #235185;
}
</style>