Shades of Endeavour #23538A
Tints of Endeavour #23538A
RGB
CMYK
RGB Variations
Color information
#23538A (or 0x23538A) is known color: Endeavour. HEX triplet: 23, 53 and 8A. RGB value is (35,83,138). Sum of RGB (Red+Green+Blue) = 35+83+138=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #23538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23538A is #DCAC75. Grayscale: #4A4A4A. Windows color (decimal): -14462070 or 9065251. OLE color: 9065251.
HSL color Cylindrical-coordinate representation of color #23538A: hue angle of 212.04º 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 #23538A is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 83 | 138 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.46 |
| HSL | 212.04º | 0.6% | 0.34% | - |
| HSV(B) | 212.04º | 0.75% | 0.54% | - |
| XYZ | 8.37 | 8.38 | 25.22 | - |
| YUV | 74.92 | 163.6 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 138 | 0.75 | 0.40 | 0 | 0.46 | 212.04 | 0.6 | 0.34 |
| Hex | 23 | 53 | 8A | 4B | 28 | 0 | 2E | D4 | 3C | 22 |
| Octal | 43 | 123 | 212 | 113 | 50 | 0 | 56 | 324 | 74 | 42 |
| Binary | 100011 | 1010011 | 10001010 | 1001011 | 101000 | 0 | 101110 | 11010100 | 111100 | 100010 |
Color Harmonies of #23538A
Complementary color
Monochromatic Colors of #23538A
Black with #23538A
Text Example
Text Example
White with #23538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23538A; }
p { color: rgb(35,83,138); }
H1.HeaderClassName
{
color: #23538A;
}
.AnyTagClassName
{
color: #23538A;
}
</style>
background-color css
<style>
a { background-color: #23538A; }
a { background-color: rgb(35,83,138); }
div.DivClassName
{
background-color: #23538A;
}
.BgClassName
{
background-color: #23538A;
}
</style>
border-color css
<style>
span { border-color: #23538A; }
span { border-color: rgb(35,83,138); }
td.TdClassName
{
border-color: #23538A;
}
.TagClassName
{
border-color: #23538A;
}
</style>