Shades of Endeavour #23559E
Tints of Endeavour #23559E
RGB
CMYK
RGB Variations
Color information
#23559E (or 0x23559E) is known color: Endeavour. HEX triplet: 23, 55 and 9E. RGB value is (35,85,158). Sum of RGB (Red+Green+Blue) = 35+85+158=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #23559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23559E is #DCAA61. Grayscale: #4E4E4E. Windows color (decimal): -14461538 or 10376483. OLE color: 10376483.
HSL color Cylindrical-coordinate representation of color #23559E: hue angle of 215.61º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23559E is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 85 | 158 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.38 |
| HSL | 215.61º | 0.64% | 0.38% | - |
| HSV(B) | 215.61º | 0.78% | 0.62% | - |
| XYZ | 10.11 | 9.32 | 33.61 | - |
| YUV | 78.37 | 172.94 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 158 | 0.78 | 0.46 | 0 | 0.38 | 215.61 | 0.64 | 0.38 |
| Hex | 23 | 55 | 9E | 4E | 2E | 0 | 26 | D8 | 40 | 26 |
| Octal | 43 | 125 | 236 | 116 | 56 | 0 | 46 | 330 | 100 | 46 |
| Binary | 100011 | 1010101 | 10011110 | 1001110 | 101110 | 0 | 100110 | 11011000 | 1000000 | 100110 |
Color Harmonies of #23559E
Complementary color
Monochromatic Colors of #23559E
Black with #23559E
Text Example
Text Example
White with #23559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23559E; }
p { color: rgb(35,85,158); }
H1.HeaderClassName
{
color: #23559E;
}
.AnyTagClassName
{
color: #23559E;
}
</style>
background-color css
<style>
a { background-color: #23559E; }
a { background-color: rgb(35,85,158); }
div.DivClassName
{
background-color: #23559E;
}
.BgClassName
{
background-color: #23559E;
}
</style>
border-color css
<style>
span { border-color: #23559E; }
span { border-color: rgb(35,85,158); }
td.TdClassName
{
border-color: #23559E;
}
.TagClassName
{
border-color: #23559E;
}
</style>