Shades of Endeavour #23518F
Tints of Endeavour #23518F
RGB
CMYK
RGB Variations
Color information
#23518F (or 0x23518F) is known color: Endeavour. HEX triplet: 23, 51 and 8F. RGB value is (35,81,143). Sum of RGB (Red+Green+Blue) = 35+81+143=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #23518F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23518F is #DCAE70. Grayscale: #4A4A4A. Windows color (decimal): -14462577 or 9392419. OLE color: 9392419.
HSL color Cylindrical-coordinate representation of color #23518F: hue angle of 214.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23518F is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 81 | 143 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.44 |
| HSL | 214.44º | 0.61% | 0.35% | - |
| HSV(B) | 214.44º | 0.76% | 0.56% | - |
| XYZ | 8.59 | 8.23 | 27.12 | - |
| YUV | 74.31 | 166.76 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 143 | 0.76 | 0.43 | 0 | 0.44 | 214.44 | 0.61 | 0.35 |
| Hex | 23 | 51 | 8F | 4C | 2B | 0 | 2C | D6 | 3D | 23 |
| Octal | 43 | 121 | 217 | 114 | 53 | 0 | 54 | 326 | 75 | 43 |
| Binary | 100011 | 1010001 | 10001111 | 1001100 | 101011 | 0 | 101100 | 11010110 | 111101 | 100011 |
Color Harmonies of #23518F
Complementary color
Monochromatic Colors of #23518F
Black with #23518F
Text Example
Text Example
White with #23518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23518F; }
p { color: rgb(35,81,143); }
H1.HeaderClassName
{
color: #23518F;
}
.AnyTagClassName
{
color: #23518F;
}
</style>
background-color css
<style>
a { background-color: #23518F; }
a { background-color: rgb(35,81,143); }
div.DivClassName
{
background-color: #23518F;
}
.BgClassName
{
background-color: #23518F;
}
</style>
border-color css
<style>
span { border-color: #23518F; }
span { border-color: rgb(35,81,143); }
td.TdClassName
{
border-color: #23518F;
}
.TagClassName
{
border-color: #23518F;
}
</style>