Shades of Endeavour #235A8D
Tints of Endeavour #235A8D
RGB
CMYK
RGB Variations
Color information
#235A8D (or 0x235A8D) is known color: Endeavour. HEX triplet: 23, 5A and 8D. RGB value is (35,90,141). Sum of RGB (Red+Green+Blue) = 35+90+141=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #235A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235A8D is #DCA572. Grayscale: #4F4F4F. Windows color (decimal): -14460275 or 9263651. OLE color: 9263651.
HSL color Cylindrical-coordinate representation of color #235A8D: hue angle of 208.87º 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 #235A8D is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 90 | 141 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.45 |
| HSL | 208.87º | 0.6% | 0.35% | - |
| HSV(B) | 208.87º | 0.75% | 0.55% | - |
| XYZ | 9.16 | 9.59 | 26.57 | - |
| YUV | 79.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 141 | 0.75 | 0.36 | 0 | 0.45 | 208.87 | 0.6 | 0.35 |
| Hex | 23 | 5A | 8D | 4B | 24 | 0 | 2D | D1 | 3C | 23 |
| Octal | 43 | 132 | 215 | 113 | 44 | 0 | 55 | 321 | 74 | 43 |
| Binary | 100011 | 1011010 | 10001101 | 1001011 | 100100 | 0 | 101101 | 11010001 | 111100 | 100011 |
Color Harmonies of #235A8D
Complementary color
Monochromatic Colors of #235A8D
Black with #235A8D
Text Example
Text Example
White with #235A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A8D; }
p { color: rgb(35,90,141); }
H1.HeaderClassName
{
color: #235A8D;
}
.AnyTagClassName
{
color: #235A8D;
}
</style>
background-color css
<style>
a { background-color: #235A8D; }
a { background-color: rgb(35,90,141); }
div.DivClassName
{
background-color: #235A8D;
}
.BgClassName
{
background-color: #235A8D;
}
</style>
border-color css
<style>
span { border-color: #235A8D; }
span { border-color: rgb(35,90,141); }
td.TdClassName
{
border-color: #235A8D;
}
.TagClassName
{
border-color: #235A8D;
}
</style>