Shades of Endeavour #23548C
Tints of Endeavour #23548C
RGB
CMYK
RGB Variations
Color information
#23548C (or 0x23548C) is known color: Endeavour. HEX triplet: 23, 54 and 8C. RGB value is (35,84,140). Sum of RGB (Red+Green+Blue) = 35+84+140=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #23548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23548C is #DCAB73. Grayscale: #4B4B4B. Windows color (decimal): -14461812 or 9196579. OLE color: 9196579.
HSL color Cylindrical-coordinate representation of color #23548C: hue angle of 212º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23548C is Cyan = 0.75, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 84 | 140 | - |
| CMYK | 0.75 | 0.4 | 0 | 0.45 |
| HSL | 212º | 0.6% | 0.34% | - |
| HSV(B) | 212º | 0.75% | 0.55% | - |
| XYZ | 8.6 | 8.59 | 26.02 | - |
| YUV | 75.73 | 164.27 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 140 | 0.75 | 0.4 | 0 | 0.45 | 212 | 0.6 | 0.34 |
| Hex | 23 | 54 | 8C | 4B | 28 | 0 | 2D | D4 | 3C | 22 |
| Octal | 43 | 124 | 214 | 113 | 50 | 0 | 55 | 324 | 74 | 42 |
| Binary | 100011 | 1010100 | 10001100 | 1001011 | 101000 | 0 | 101101 | 11010100 | 111100 | 100010 |
Color Harmonies of #23548C
Complementary color
Monochromatic Colors of #23548C
Black with #23548C
Text Example
Text Example
White with #23548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23548C; }
p { color: rgb(35,84,140); }
H1.HeaderClassName
{
color: #23548C;
}
.AnyTagClassName
{
color: #23548C;
}
</style>
background-color css
<style>
a { background-color: #23548C; }
a { background-color: rgb(35,84,140); }
div.DivClassName
{
background-color: #23548C;
}
.BgClassName
{
background-color: #23548C;
}
</style>
border-color css
<style>
span { border-color: #23548C; }
span { border-color: rgb(35,84,140); }
td.TdClassName
{
border-color: #23548C;
}
.TagClassName
{
border-color: #23548C;
}
</style>