Shades of Endeavour #23658D
Tints of Endeavour #23658D
RGB
CMYK
RGB Variations
Color information
#23658D (or 0x23658D) is known color: Endeavour. HEX triplet: 23, 65 and 8D. RGB value is (35,101,141). Sum of RGB (Red+Green+Blue) = 35+101+141=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #23658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23658D is #DC9A72. Grayscale: #555555. Windows color (decimal): -14457459 or 9266467. OLE color: 9266467.
HSL color Cylindrical-coordinate representation of color #23658D: hue angle of 202.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23658D is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 101 | 141 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.45 |
| HSL | 202.64º | 0.6% | 0.35% | - |
| HSV(B) | 202.64º | 0.75% | 0.55% | - |
| XYZ | 10.15 | 11.59 | 26.9 | - |
| YUV | 85.83 | 159.13 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 141 | 0.75 | 0.28 | 0 | 0.45 | 202.64 | 0.6 | 0.35 |
| Hex | 23 | 65 | 8D | 4B | 1C | 0 | 2D | CB | 3C | 23 |
| Octal | 43 | 145 | 215 | 113 | 34 | 0 | 55 | 313 | 74 | 43 |
| Binary | 100011 | 1100101 | 10001101 | 1001011 | 11100 | 0 | 101101 | 11001011 | 111100 | 100011 |
Color Harmonies of #23658D
Complementary color
Monochromatic Colors of #23658D
Black with #23658D
Text Example
Text Example
White with #23658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23658D; }
p { color: rgb(35,101,141); }
H1.HeaderClassName
{
color: #23658D;
}
.AnyTagClassName
{
color: #23658D;
}
</style>
background-color css
<style>
a { background-color: #23658D; }
a { background-color: rgb(35,101,141); }
div.DivClassName
{
background-color: #23658D;
}
.BgClassName
{
background-color: #23658D;
}
</style>
border-color css
<style>
span { border-color: #23658D; }
span { border-color: rgb(35,101,141); }
td.TdClassName
{
border-color: #23658D;
}
.TagClassName
{
border-color: #23658D;
}
</style>