Shades of Endeavour #235A8C
Tints of Endeavour #235A8C
RGB
CMYK
RGB Variations
Color information
#235A8C (or 0x235A8C) is known color: Endeavour. HEX triplet: 23, 5A and 8C. RGB value is (35,90,140). Sum of RGB (Red+Green+Blue) = 35+90+140=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #235A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235A8C is #DCA573. Grayscale: #4F4F4F. Windows color (decimal): -14460276 or 9198115. OLE color: 9198115.
HSL color Cylindrical-coordinate representation of color #235A8C: hue angle of 208.57º 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 #235A8C is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 90 | 140 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.45 |
| HSL | 208.57º | 0.6% | 0.34% | - |
| HSV(B) | 208.57º | 0.75% | 0.55% | - |
| XYZ | 9.08 | 9.56 | 26.18 | - |
| YUV | 79.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 140 | 0.75 | 0.36 | 0 | 0.45 | 208.57 | 0.6 | 0.34 |
| Hex | 23 | 5A | 8C | 4B | 24 | 0 | 2D | D1 | 3C | 22 |
| Octal | 43 | 132 | 214 | 113 | 44 | 0 | 55 | 321 | 74 | 42 |
| Binary | 100011 | 1011010 | 10001100 | 1001011 | 100100 | 0 | 101101 | 11010001 | 111100 | 100010 |
Color Harmonies of #235A8C
Complementary color
Monochromatic Colors of #235A8C
Black with #235A8C
Text Example
Text Example
White with #235A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A8C; }
p { color: rgb(35,90,140); }
H1.HeaderClassName
{
color: #235A8C;
}
.AnyTagClassName
{
color: #235A8C;
}
</style>
background-color css
<style>
a { background-color: #235A8C; }
a { background-color: rgb(35,90,140); }
div.DivClassName
{
background-color: #235A8C;
}
.BgClassName
{
background-color: #235A8C;
}
</style>
border-color css
<style>
span { border-color: #235A8C; }
span { border-color: rgb(35,90,140); }
td.TdClassName
{
border-color: #235A8C;
}
.TagClassName
{
border-color: #235A8C;
}
</style>