Shades of Endeavour #23579D
Tints of Endeavour #23579D
RGB
CMYK
RGB Variations
Color information
#23579D (or 0x23579D) is known color: Endeavour. HEX triplet: 23, 57 and 9D. RGB value is (35,87,157). Sum of RGB (Red+Green+Blue) = 35+87+157=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #23579D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23579D is #DCA862. Grayscale: #4F4F4F. Windows color (decimal): -14461027 or 10311459. OLE color: 10311459.
HSL color Cylindrical-coordinate representation of color #23579D: hue angle of 214.43º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23579D is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 87 | 157 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.38 |
| HSL | 214.43º | 0.64% | 0.38% | - |
| HSV(B) | 214.43º | 0.78% | 0.62% | - |
| XYZ | 10.19 | 9.61 | 33.22 | - |
| YUV | 79.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 87 | 157 | 0.78 | 0.45 | 0 | 0.38 | 214.43 | 0.64 | 0.38 |
| Hex | 23 | 57 | 9D | 4E | 2D | 0 | 26 | D6 | 40 | 26 |
| Octal | 43 | 127 | 235 | 116 | 55 | 0 | 46 | 326 | 100 | 46 |
| Binary | 100011 | 1010111 | 10011101 | 1001110 | 101101 | 0 | 100110 | 11010110 | 1000000 | 100110 |
Color Harmonies of #23579D
Complementary color
Monochromatic Colors of #23579D
Black with #23579D
Text Example
Text Example
White with #23579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23579D; }
p { color: rgb(35,87,157); }
H1.HeaderClassName
{
color: #23579D;
}
.AnyTagClassName
{
color: #23579D;
}
</style>
background-color css
<style>
a { background-color: #23579D; }
a { background-color: rgb(35,87,157); }
div.DivClassName
{
background-color: #23579D;
}
.BgClassName
{
background-color: #23579D;
}
</style>
border-color css
<style>
span { border-color: #23579D; }
span { border-color: rgb(35,87,157); }
td.TdClassName
{
border-color: #23579D;
}
.TagClassName
{
border-color: #23579D;
}
</style>