Shades of Endeavour #23568D
Tints of Endeavour #23568D
RGB
CMYK
RGB Variations
Color information
#23568D (or 0x23568D) is known color: Endeavour. HEX triplet: 23, 56 and 8D. RGB value is (35,86,141). Sum of RGB (Red+Green+Blue) = 35+86+141=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #23568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23568D is #DCA972. Grayscale: #4C4C4C. Windows color (decimal): -14461299 or 9262627. OLE color: 9262627.
HSL color Cylindrical-coordinate representation of color #23568D: hue angle of 211.13º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23568D is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 86 | 141 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.45 |
| HSL | 211.13º | 0.6% | 0.35% | - |
| HSV(B) | 211.13º | 0.75% | 0.55% | - |
| XYZ | 8.83 | 8.94 | 26.46 | - |
| YUV | 77.02 | 164.1 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 86 | 141 | 0.75 | 0.39 | 0 | 0.45 | 211.13 | 0.6 | 0.35 |
| Hex | 23 | 56 | 8D | 4B | 27 | 0 | 2D | D3 | 3C | 23 |
| Octal | 43 | 126 | 215 | 113 | 47 | 0 | 55 | 323 | 74 | 43 |
| Binary | 100011 | 1010110 | 10001101 | 1001011 | 100111 | 0 | 101101 | 11010011 | 111100 | 100011 |
Color Harmonies of #23568D
Complementary color
Monochromatic Colors of #23568D
Black with #23568D
Text Example
Text Example
White with #23568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23568D; }
p { color: rgb(35,86,141); }
H1.HeaderClassName
{
color: #23568D;
}
.AnyTagClassName
{
color: #23568D;
}
</style>
background-color css
<style>
a { background-color: #23568D; }
a { background-color: rgb(35,86,141); }
div.DivClassName
{
background-color: #23568D;
}
.BgClassName
{
background-color: #23568D;
}
</style>
border-color css
<style>
span { border-color: #23568D; }
span { border-color: rgb(35,86,141); }
td.TdClassName
{
border-color: #23568D;
}
.TagClassName
{
border-color: #23568D;
}
</style>