Shades of Endeavour #23539B
Tints of Endeavour #23539B
RGB
CMYK
RGB Variations
Color information
#23539B (or 0x23539B) is known color: Endeavour. HEX triplet: 23, 53 and 9B. RGB value is (35,83,155). Sum of RGB (Red+Green+Blue) = 35+83+155=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #23539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23539B is #DCAC64. Grayscale: #4C4C4C. Windows color (decimal): -14462053 or 10179363. OLE color: 10179363.
HSL color Cylindrical-coordinate representation of color #23539B: hue angle of 216º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23539B is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 83 | 155 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.39 |
| HSL | 216º | 0.63% | 0.37% | - |
| HSV(B) | 216º | 0.77% | 0.61% | - |
| XYZ | 9.7 | 8.91 | 32.22 | - |
| YUV | 76.86 | 172.1 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 155 | 0.77 | 0.46 | 0 | 0.39 | 216 | 0.63 | 0.37 |
| Hex | 23 | 53 | 9B | 4D | 2E | 0 | 27 | D8 | 3F | 25 |
| Octal | 43 | 123 | 233 | 115 | 56 | 0 | 47 | 330 | 77 | 45 |
| Binary | 100011 | 1010011 | 10011011 | 1001101 | 101110 | 0 | 100111 | 11011000 | 111111 | 100101 |
Color Harmonies of #23539B
Complementary color
Monochromatic Colors of #23539B
Black with #23539B
Text Example
Text Example
White with #23539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23539B; }
p { color: rgb(35,83,155); }
H1.HeaderClassName
{
color: #23539B;
}
.AnyTagClassName
{
color: #23539B;
}
</style>
background-color css
<style>
a { background-color: #23539B; }
a { background-color: rgb(35,83,155); }
div.DivClassName
{
background-color: #23539B;
}
.BgClassName
{
background-color: #23539B;
}
</style>
border-color css
<style>
span { border-color: #23539B; }
span { border-color: rgb(35,83,155); }
td.TdClassName
{
border-color: #23539B;
}
.TagClassName
{
border-color: #23539B;
}
</style>