Shades of Endeavour #23589D
Tints of Endeavour #23589D
RGB
CMYK
RGB Variations
Color information
#23589D (or 0x23589D) is known color: Endeavour. HEX triplet: 23, 58 and 9D. RGB value is (35,88,157). Sum of RGB (Red+Green+Blue) = 35+88+157=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #23589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23589D is #DCA762. Grayscale: #4F4F4F. Windows color (decimal): -14460771 or 10311715. OLE color: 10311715.
HSL color Cylindrical-coordinate representation of color #23589D: hue angle of 213.93º 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 #23589D is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 88 | 157 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.38 |
| HSL | 213.93º | 0.64% | 0.38% | - |
| HSV(B) | 213.93º | 0.78% | 0.62% | - |
| XYZ | 10.27 | 9.77 | 33.24 | - |
| YUV | 80.02 | 171.44 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 157 | 0.78 | 0.44 | 0 | 0.38 | 213.93 | 0.64 | 0.38 |
| Hex | 23 | 58 | 9D | 4E | 2C | 0 | 26 | D6 | 40 | 26 |
| Octal | 43 | 130 | 235 | 116 | 54 | 0 | 46 | 326 | 100 | 46 |
| Binary | 100011 | 1011000 | 10011101 | 1001110 | 101100 | 0 | 100110 | 11010110 | 1000000 | 100110 |
Color Harmonies of #23589D
Complementary color
Monochromatic Colors of #23589D
Black with #23589D
Text Example
Text Example
White with #23589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23589D; }
p { color: rgb(35,88,157); }
H1.HeaderClassName
{
color: #23589D;
}
.AnyTagClassName
{
color: #23589D;
}
</style>
background-color css
<style>
a { background-color: #23589D; }
a { background-color: rgb(35,88,157); }
div.DivClassName
{
background-color: #23589D;
}
.BgClassName
{
background-color: #23589D;
}
</style>
border-color css
<style>
span { border-color: #23589D; }
span { border-color: rgb(35,88,157); }
td.TdClassName
{
border-color: #23589D;
}
.TagClassName
{
border-color: #23589D;
}
</style>