Shades of Endeavour #23548A
Tints of Endeavour #23548A
RGB
CMYK
RGB Variations
Color information
#23548A (or 0x23548A) is known color: Endeavour. HEX triplet: 23, 54 and 8A. RGB value is (35,84,138). Sum of RGB (Red+Green+Blue) = 35+84+138=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #23548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23548A is #DCAB75. Grayscale: #4B4B4B. Windows color (decimal): -14461814 or 9065507. OLE color: 9065507.
HSL color Cylindrical-coordinate representation of color #23548A: hue angle of 211.46º 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 #23548A is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 84 | 138 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.46 |
| HSL | 211.46º | 0.6% | 0.34% | - |
| HSV(B) | 211.46º | 0.75% | 0.54% | - |
| XYZ | 8.45 | 8.53 | 25.25 | - |
| YUV | 75.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 138 | 0.75 | 0.39 | 0 | 0.46 | 211.46 | 0.6 | 0.34 |
| Hex | 23 | 54 | 8A | 4B | 27 | 0 | 2E | D3 | 3C | 22 |
| Octal | 43 | 124 | 212 | 113 | 47 | 0 | 56 | 323 | 74 | 42 |
| Binary | 100011 | 1010100 | 10001010 | 1001011 | 100111 | 0 | 101110 | 11010011 | 111100 | 100010 |
Color Harmonies of #23548A
Complementary color
Monochromatic Colors of #23548A
Black with #23548A
Text Example
Text Example
White with #23548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23548A; }
p { color: rgb(35,84,138); }
H1.HeaderClassName
{
color: #23548A;
}
.AnyTagClassName
{
color: #23548A;
}
</style>
background-color css
<style>
a { background-color: #23548A; }
a { background-color: rgb(35,84,138); }
div.DivClassName
{
background-color: #23548A;
}
.BgClassName
{
background-color: #23548A;
}
</style>
border-color css
<style>
span { border-color: #23548A; }
span { border-color: rgb(35,84,138); }
td.TdClassName
{
border-color: #23548A;
}
.TagClassName
{
border-color: #23548A;
}
</style>