Shades of Endeavour #23508C
Tints of Endeavour #23508C
RGB
CMYK
RGB Variations
Color information
#23508C (or 0x23508C) is known color: Endeavour. HEX triplet: 23, 50 and 8C. RGB value is (35,80,140). Sum of RGB (Red+Green+Blue) = 35+80+140=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #23508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23508C is #DCAF73. Grayscale: #494949. Windows color (decimal): -14462836 or 9195555. OLE color: 9195555.
HSL color Cylindrical-coordinate representation of color #23508C: hue angle of 214.29º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23508C is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 80 | 140 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.45 |
| HSL | 214.29º | 0.6% | 0.34% | - |
| HSV(B) | 214.29º | 0.75% | 0.55% | - |
| XYZ | 8.3 | 7.99 | 25.92 | - |
| YUV | 73.39 | 165.59 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 140 | 0.75 | 0.43 | 0 | 0.45 | 214.29 | 0.6 | 0.34 |
| Hex | 23 | 50 | 8C | 4B | 2B | 0 | 2D | D6 | 3C | 22 |
| Octal | 43 | 120 | 214 | 113 | 53 | 0 | 55 | 326 | 74 | 42 |
| Binary | 100011 | 1010000 | 10001100 | 1001011 | 101011 | 0 | 101101 | 11010110 | 111100 | 100010 |
Color Harmonies of #23508C
Complementary color
Monochromatic Colors of #23508C
Black with #23508C
Text Example
Text Example
White with #23508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23508C; }
p { color: rgb(35,80,140); }
H1.HeaderClassName
{
color: #23508C;
}
.AnyTagClassName
{
color: #23508C;
}
</style>
background-color css
<style>
a { background-color: #23508C; }
a { background-color: rgb(35,80,140); }
div.DivClassName
{
background-color: #23508C;
}
.BgClassName
{
background-color: #23508C;
}
</style>
border-color css
<style>
span { border-color: #23508C; }
span { border-color: rgb(35,80,140); }
td.TdClassName
{
border-color: #23508C;
}
.TagClassName
{
border-color: #23508C;
}
</style>