Shades of Endeavour #23509F
Tints of Endeavour #23509F
RGB
CMYK
RGB Variations
Color information
#23509F (or 0x23509F) is known color: Endeavour. HEX triplet: 23, 50 and 9F. RGB value is (35,80,159). Sum of RGB (Red+Green+Blue) = 35+80+159=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #23509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23509F is #DCAF60. Grayscale: #4B4B4B. Windows color (decimal): -14462817 or 10440739. OLE color: 10440739.
HSL color Cylindrical-coordinate representation of color #23509F: hue angle of 218.23º 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 #23509F is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 80 | 159 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.38 |
| HSL | 218.23º | 0.64% | 0.38% | - |
| HSV(B) | 218.23º | 0.78% | 0.62% | - |
| XYZ | 9.82 | 8.6 | 33.94 | - |
| YUV | 75.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 159 | 0.78 | 0.50 | 0 | 0.38 | 218.23 | 0.64 | 0.38 |
| Hex | 23 | 50 | 9F | 4E | 32 | 0 | 26 | DA | 40 | 26 |
| Octal | 43 | 120 | 237 | 116 | 62 | 0 | 46 | 332 | 100 | 46 |
| Binary | 100011 | 1010000 | 10011111 | 1001110 | 110010 | 0 | 100110 | 11011010 | 1000000 | 100110 |
Color Harmonies of #23509F
Complementary color
Monochromatic Colors of #23509F
Black with #23509F
Text Example
Text Example
White with #23509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23509F; }
p { color: rgb(35,80,159); }
H1.HeaderClassName
{
color: #23509F;
}
.AnyTagClassName
{
color: #23509F;
}
</style>
background-color css
<style>
a { background-color: #23509F; }
a { background-color: rgb(35,80,159); }
div.DivClassName
{
background-color: #23509F;
}
.BgClassName
{
background-color: #23509F;
}
</style>
border-color css
<style>
span { border-color: #23509F; }
span { border-color: rgb(35,80,159); }
td.TdClassName
{
border-color: #23509F;
}
.TagClassName
{
border-color: #23509F;
}
</style>