Shades of Endeavour #235AA0
Tints of Endeavour #235AA0
RGB
CMYK
RGB Variations
Color information
#235AA0 (or 0x235AA0) is known color: Endeavour. HEX triplet: 23, 5A and A0. RGB value is (35,90,160). Sum of RGB (Red+Green+Blue) = 35+90+160=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #235AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235AA0 is #DCA55F. Grayscale: #515151. Windows color (decimal): -14460256 or 10508835. OLE color: 10508835.
HSL color Cylindrical-coordinate representation of color #235AA0: hue angle of 213.6º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #235AA0 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 90 | 160 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.37 |
| HSL | 213.6º | 0.64% | 0.38% | - |
| HSV(B) | 213.6º | 0.78% | 0.63% | - |
| XYZ | 10.69 | 10.21 | 34.66 | - |
| YUV | 81.54 | 172.28 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 160 | 0.78 | 0.44 | 0 | 0.37 | 213.6 | 0.64 | 0.38 |
| Hex | 23 | 5A | A0 | 4E | 2C | 0 | 25 | D6 | 40 | 26 |
| Octal | 43 | 132 | 240 | 116 | 54 | 0 | 45 | 326 | 100 | 46 |
| Binary | 100011 | 1011010 | 10100000 | 1001110 | 101100 | 0 | 100101 | 11010110 | 1000000 | 100110 |
Color Harmonies of #235AA0
Complementary color
Monochromatic Colors of #235AA0
Black with #235AA0
Text Example
Text Example
White with #235AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235AA0; }
p { color: rgb(35,90,160); }
H1.HeaderClassName
{
color: #235AA0;
}
.AnyTagClassName
{
color: #235AA0;
}
</style>
background-color css
<style>
a { background-color: #235AA0; }
a { background-color: rgb(35,90,160); }
div.DivClassName
{
background-color: #235AA0;
}
.BgClassName
{
background-color: #235AA0;
}
</style>
border-color css
<style>
span { border-color: #235AA0; }
span { border-color: rgb(35,90,160); }
td.TdClassName
{
border-color: #235AA0;
}
.TagClassName
{
border-color: #235AA0;
}
</style>