Shades of Endeavour #235893
Tints of Endeavour #235893
RGB
CMYK
RGB Variations
Color information
#235893 (or 0x235893) is known color: Endeavour. HEX triplet: 23, 58 and 93. RGB value is (35,88,147). Sum of RGB (Red+Green+Blue) = 35+88+147=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #235893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235893 is #DCA76C. Grayscale: #4E4E4E. Windows color (decimal): -14460781 or 9656355. OLE color: 9656355.
HSL color Cylindrical-coordinate representation of color #235893: hue angle of 211.61º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #235893 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 88 | 147 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.42 |
| HSL | 211.61º | 0.62% | 0.36% | - |
| HSV(B) | 211.61º | 0.76% | 0.58% | - |
| XYZ | 9.45 | 9.44 | 28.93 | - |
| YUV | 78.88 | 166.44 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 147 | 0.76 | 0.40 | 0 | 0.42 | 211.61 | 0.62 | 0.36 |
| Hex | 23 | 58 | 93 | 4C | 28 | 0 | 2A | D4 | 3E | 24 |
| Octal | 43 | 130 | 223 | 114 | 50 | 0 | 52 | 324 | 76 | 44 |
| Binary | 100011 | 1011000 | 10010011 | 1001100 | 101000 | 0 | 101010 | 11010100 | 111110 | 100100 |
Color Harmonies of #235893
Complementary color
Monochromatic Colors of #235893
Black with #235893
Text Example
Text Example
White with #235893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235893; }
p { color: rgb(35,88,147); }
H1.HeaderClassName
{
color: #235893;
}
.AnyTagClassName
{
color: #235893;
}
</style>
background-color css
<style>
a { background-color: #235893; }
a { background-color: rgb(35,88,147); }
div.DivClassName
{
background-color: #235893;
}
.BgClassName
{
background-color: #235893;
}
</style>
border-color css
<style>
span { border-color: #235893; }
span { border-color: rgb(35,88,147); }
td.TdClassName
{
border-color: #235893;
}
.TagClassName
{
border-color: #235893;
}
</style>