Shades of Endeavour #23558F
Tints of Endeavour #23558F
RGB
CMYK
RGB Variations
Color information
#23558F (or 0x23558F) is known color: Endeavour. HEX triplet: 23, 55 and 8F. RGB value is (35,85,143). Sum of RGB (Red+Green+Blue) = 35+85+143=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #23558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23558F is #DCAA70. Grayscale: #4C4C4C. Windows color (decimal): -14461553 or 9393443. OLE color: 9393443.
HSL color Cylindrical-coordinate representation of color #23558F: hue angle of 212.22º 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 #23558F is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 85 | 143 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.44 |
| HSL | 212.22º | 0.61% | 0.35% | - |
| HSV(B) | 212.22º | 0.76% | 0.56% | - |
| XYZ | 8.9 | 8.84 | 27.22 | - |
| YUV | 76.66 | 165.44 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 143 | 0.76 | 0.41 | 0 | 0.44 | 212.22 | 0.61 | 0.35 |
| Hex | 23 | 55 | 8F | 4C | 29 | 0 | 2C | D4 | 3D | 23 |
| Octal | 43 | 125 | 217 | 114 | 51 | 0 | 54 | 324 | 75 | 43 |
| Binary | 100011 | 1010101 | 10001111 | 1001100 | 101001 | 0 | 101100 | 11010100 | 111101 | 100011 |
Color Harmonies of #23558F
Complementary color
Monochromatic Colors of #23558F
Black with #23558F
Text Example
Text Example
White with #23558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23558F; }
p { color: rgb(35,85,143); }
H1.HeaderClassName
{
color: #23558F;
}
.AnyTagClassName
{
color: #23558F;
}
</style>
background-color css
<style>
a { background-color: #23558F; }
a { background-color: rgb(35,85,143); }
div.DivClassName
{
background-color: #23558F;
}
.BgClassName
{
background-color: #23558F;
}
</style>
border-color css
<style>
span { border-color: #23558F; }
span { border-color: rgb(35,85,143); }
td.TdClassName
{
border-color: #23558F;
}
.TagClassName
{
border-color: #23558F;
}
</style>