Shades of Endeavour #23518A
Tints of Endeavour #23518A
RGB
CMYK
RGB Variations
Color information
#23518A (or 0x23518A) is known color: Endeavour. HEX triplet: 23, 51 and 8A. RGB value is (35,81,138). Sum of RGB (Red+Green+Blue) = 35+81+138=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #23518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23518A is #DCAE75. Grayscale: #494949. Windows color (decimal): -14462582 or 9064739. OLE color: 9064739.
HSL color Cylindrical-coordinate representation of color #23518A: hue angle of 213.2º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23518A is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 81 | 138 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.46 |
| HSL | 213.2º | 0.6% | 0.34% | - |
| HSV(B) | 213.2º | 0.75% | 0.54% | - |
| XYZ | 8.22 | 8.08 | 25.17 | - |
| YUV | 73.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 138 | 0.75 | 0.41 | 0 | 0.46 | 213.2 | 0.6 | 0.34 |
| Hex | 23 | 51 | 8A | 4B | 29 | 0 | 2E | D5 | 3C | 22 |
| Octal | 43 | 121 | 212 | 113 | 51 | 0 | 56 | 325 | 74 | 42 |
| Binary | 100011 | 1010001 | 10001010 | 1001011 | 101001 | 0 | 101110 | 11010101 | 111100 | 100010 |
Color Harmonies of #23518A
Complementary color
Monochromatic Colors of #23518A
Black with #23518A
Text Example
Text Example
White with #23518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23518A; }
p { color: rgb(35,81,138); }
H1.HeaderClassName
{
color: #23518A;
}
.AnyTagClassName
{
color: #23518A;
}
</style>
background-color css
<style>
a { background-color: #23518A; }
a { background-color: rgb(35,81,138); }
div.DivClassName
{
background-color: #23518A;
}
.BgClassName
{
background-color: #23518A;
}
</style>
border-color css
<style>
span { border-color: #23518A; }
span { border-color: rgb(35,81,138); }
td.TdClassName
{
border-color: #23518A;
}
.TagClassName
{
border-color: #23518A;
}
</style>