Shades of Endeavour #23519C
Tints of Endeavour #23519C
RGB
CMYK
RGB Variations
Color information
#23519C (or 0x23519C) is known color: Endeavour. HEX triplet: 23, 51 and 9C. RGB value is (35,81,156). Sum of RGB (Red+Green+Blue) = 35+81+156=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #23519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23519C is #DCAE63. Grayscale: #4B4B4B. Windows color (decimal): -14462564 or 10244387. OLE color: 10244387.
HSL color Cylindrical-coordinate representation of color #23519C: hue angle of 217.19º 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 #23519C is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 81 | 156 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.39 |
| HSL | 217.19º | 0.63% | 0.37% | - |
| HSV(B) | 217.19º | 0.78% | 0.61% | - |
| XYZ | 9.64 | 8.64 | 32.61 | - |
| YUV | 75.8 | 173.26 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 156 | 0.78 | 0.48 | 0 | 0.39 | 217.19 | 0.63 | 0.37 |
| Hex | 23 | 51 | 9C | 4E | 30 | 0 | 27 | D9 | 3F | 25 |
| Octal | 43 | 121 | 234 | 116 | 60 | 0 | 47 | 331 | 77 | 45 |
| Binary | 100011 | 1010001 | 10011100 | 1001110 | 110000 | 0 | 100111 | 11011001 | 111111 | 100101 |
Color Harmonies of #23519C
Complementary color
Monochromatic Colors of #23519C
Black with #23519C
Text Example
Text Example
White with #23519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23519C; }
p { color: rgb(35,81,156); }
H1.HeaderClassName
{
color: #23519C;
}
.AnyTagClassName
{
color: #23519C;
}
</style>
background-color css
<style>
a { background-color: #23519C; }
a { background-color: rgb(35,81,156); }
div.DivClassName
{
background-color: #23519C;
}
.BgClassName
{
background-color: #23519C;
}
</style>
border-color css
<style>
span { border-color: #23519C; }
span { border-color: rgb(35,81,156); }
td.TdClassName
{
border-color: #23519C;
}
.TagClassName
{
border-color: #23519C;
}
</style>