Shades of Endeavour #23599B
Tints of Endeavour #23599B
RGB
CMYK
RGB Variations
Color information
#23599B (or 0x23599B) is known color: Endeavour. HEX triplet: 23, 59 and 9B. RGB value is (35,89,155). Sum of RGB (Red+Green+Blue) = 35+89+155=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #23599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23599B is #DCA664. Grayscale: #505050. Windows color (decimal): -14460517 or 10180899. OLE color: 10180899.
HSL color Cylindrical-coordinate representation of color #23599B: hue angle of 213º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23599B is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 89 | 155 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.39 |
| HSL | 213º | 0.63% | 0.37% | - |
| HSV(B) | 213º | 0.77% | 0.61% | - |
| XYZ | 10.18 | 9.87 | 32.38 | - |
| YUV | 80.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 155 | 0.77 | 0.43 | 0 | 0.39 | 213 | 0.63 | 0.37 |
| Hex | 23 | 59 | 9B | 4D | 2B | 0 | 27 | D5 | 3F | 25 |
| Octal | 43 | 131 | 233 | 115 | 53 | 0 | 47 | 325 | 77 | 45 |
| Binary | 100011 | 1011001 | 10011011 | 1001101 | 101011 | 0 | 100111 | 11010101 | 111111 | 100101 |
Color Harmonies of #23599B
Complementary color
Monochromatic Colors of #23599B
Black with #23599B
Text Example
Text Example
White with #23599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23599B; }
p { color: rgb(35,89,155); }
H1.HeaderClassName
{
color: #23599B;
}
.AnyTagClassName
{
color: #23599B;
}
</style>
background-color css
<style>
a { background-color: #23599B; }
a { background-color: rgb(35,89,155); }
div.DivClassName
{
background-color: #23599B;
}
.BgClassName
{
background-color: #23599B;
}
</style>
border-color css
<style>
span { border-color: #23599B; }
span { border-color: rgb(35,89,155); }
td.TdClassName
{
border-color: #23599B;
}
.TagClassName
{
border-color: #23599B;
}
</style>