Shades of Endeavour #23599C
Tints of Endeavour #23599C
RGB
CMYK
RGB Variations
Color information
#23599C (or 0x23599C) is known color: Endeavour. HEX triplet: 23, 59 and 9C. RGB value is (35,89,156). Sum of RGB (Red+Green+Blue) = 35+89+156=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #23599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23599C is #DCA663. Grayscale: #505050. Windows color (decimal): -14460516 or 10246435. OLE color: 10246435.
HSL color Cylindrical-coordinate representation of color #23599C: hue angle of 213.22º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23599C is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 89 | 156 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.39 |
| HSL | 213.22º | 0.63% | 0.37% | - |
| HSV(B) | 213.22º | 0.78% | 0.61% | - |
| XYZ | 10.27 | 9.9 | 32.82 | - |
| YUV | 80.49 | 170.61 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 156 | 0.78 | 0.43 | 0 | 0.39 | 213.22 | 0.63 | 0.37 |
| Hex | 23 | 59 | 9C | 4E | 2B | 0 | 27 | D5 | 3F | 25 |
| Octal | 43 | 131 | 234 | 116 | 53 | 0 | 47 | 325 | 77 | 45 |
| Binary | 100011 | 1011001 | 10011100 | 1001110 | 101011 | 0 | 100111 | 11010101 | 111111 | 100101 |
Color Harmonies of #23599C
Complementary color
Monochromatic Colors of #23599C
Black with #23599C
Text Example
Text Example
White with #23599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23599C; }
p { color: rgb(35,89,156); }
H1.HeaderClassName
{
color: #23599C;
}
.AnyTagClassName
{
color: #23599C;
}
</style>
background-color css
<style>
a { background-color: #23599C; }
a { background-color: rgb(35,89,156); }
div.DivClassName
{
background-color: #23599C;
}
.BgClassName
{
background-color: #23599C;
}
</style>
border-color css
<style>
span { border-color: #23599C; }
span { border-color: rgb(35,89,156); }
td.TdClassName
{
border-color: #23599C;
}
.TagClassName
{
border-color: #23599C;
}
</style>