Shades of Endeavour #23529F
Tints of Endeavour #23529F
RGB
CMYK
RGB Variations
Color information
#23529F (or 0x23529F) is known color: Endeavour. HEX triplet: 23, 52 and 9F. RGB value is (35,82,159). Sum of RGB (Red+Green+Blue) = 35+82+159=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #23529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23529F is #DCAD60. Grayscale: #4C4C4C. Windows color (decimal): -14462305 or 10441251. OLE color: 10441251.
HSL color Cylindrical-coordinate representation of color #23529F: hue angle of 217.26º 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 #23529F is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 82 | 159 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.38 |
| HSL | 217.26º | 0.64% | 0.38% | - |
| HSV(B) | 217.26º | 0.78% | 0.62% | - |
| XYZ | 9.97 | 8.9 | 33.99 | - |
| YUV | 76.73 | 174.43 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 159 | 0.78 | 0.48 | 0 | 0.38 | 217.26 | 0.64 | 0.38 |
| Hex | 23 | 52 | 9F | 4E | 30 | 0 | 26 | D9 | 40 | 26 |
| Octal | 43 | 122 | 237 | 116 | 60 | 0 | 46 | 331 | 100 | 46 |
| Binary | 100011 | 1010010 | 10011111 | 1001110 | 110000 | 0 | 100110 | 11011001 | 1000000 | 100110 |
Color Harmonies of #23529F
Complementary color
Monochromatic Colors of #23529F
Black with #23529F
Text Example
Text Example
White with #23529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23529F; }
p { color: rgb(35,82,159); }
H1.HeaderClassName
{
color: #23529F;
}
.AnyTagClassName
{
color: #23529F;
}
</style>
background-color css
<style>
a { background-color: #23529F; }
a { background-color: rgb(35,82,159); }
div.DivClassName
{
background-color: #23529F;
}
.BgClassName
{
background-color: #23529F;
}
</style>
border-color css
<style>
span { border-color: #23529F; }
span { border-color: rgb(35,82,159); }
td.TdClassName
{
border-color: #23529F;
}
.TagClassName
{
border-color: #23529F;
}
</style>