Shades of Endeavour #235790
Tints of Endeavour #235790
RGB
CMYK
RGB Variations
Color information
#235790 (or 0x235790) is known color: Endeavour. HEX triplet: 23, 57 and 90. RGB value is (35,87,144). Sum of RGB (Red+Green+Blue) = 35+87+144=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #235790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235790 is #DCA86F. Grayscale: #4D4D4D. Windows color (decimal): -14461040 or 9459491. OLE color: 9459491.
HSL color Cylindrical-coordinate representation of color #235790: hue angle of 211.38º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #235790 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 87 | 144 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.44 |
| HSL | 211.38º | 0.61% | 0.35% | - |
| HSV(B) | 211.38º | 0.76% | 0.56% | - |
| XYZ | 9.14 | 9.19 | 27.68 | - |
| YUV | 77.95 | 165.27 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 87 | 144 | 0.76 | 0.40 | 0 | 0.44 | 211.38 | 0.61 | 0.35 |
| Hex | 23 | 57 | 90 | 4C | 28 | 0 | 2C | D3 | 3D | 23 |
| Octal | 43 | 127 | 220 | 114 | 50 | 0 | 54 | 323 | 75 | 43 |
| Binary | 100011 | 1010111 | 10010000 | 1001100 | 101000 | 0 | 101100 | 11010011 | 111101 | 100011 |
Color Harmonies of #235790
Complementary color
Monochromatic Colors of #235790
Black with #235790
Text Example
Text Example
White with #235790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235790; }
p { color: rgb(35,87,144); }
H1.HeaderClassName
{
color: #235790;
}
.AnyTagClassName
{
color: #235790;
}
</style>
background-color css
<style>
a { background-color: #235790; }
a { background-color: rgb(35,87,144); }
div.DivClassName
{
background-color: #235790;
}
.BgClassName
{
background-color: #235790;
}
</style>
border-color css
<style>
span { border-color: #235790; }
span { border-color: rgb(35,87,144); }
td.TdClassName
{
border-color: #235790;
}
.TagClassName
{
border-color: #235790;
}
</style>