Shades of Endeavour #235D8C
Tints of Endeavour #235D8C
RGB
CMYK
RGB Variations
Color information
#235D8C (or 0x235D8C) is known color: Endeavour. HEX triplet: 23, 5D and 8C. RGB value is (35,93,140). Sum of RGB (Red+Green+Blue) = 35+93+140=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #235D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235D8C is #DCA273. Grayscale: #505050. Windows color (decimal): -14459508 or 9198883. OLE color: 9198883.
HSL color Cylindrical-coordinate representation of color #235D8C: hue angle of 206.86º 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 #235D8C is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 93 | 140 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.45 |
| HSL | 206.86º | 0.6% | 0.34% | - |
| HSV(B) | 206.86º | 0.75% | 0.55% | - |
| XYZ | 9.34 | 10.08 | 26.26 | - |
| YUV | 81.02 | 161.28 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 140 | 0.75 | 0.34 | 0 | 0.45 | 206.86 | 0.6 | 0.34 |
| Hex | 23 | 5D | 8C | 4B | 22 | 0 | 2D | CF | 3C | 22 |
| Octal | 43 | 135 | 214 | 113 | 42 | 0 | 55 | 317 | 74 | 42 |
| Binary | 100011 | 1011101 | 10001100 | 1001011 | 100010 | 0 | 101101 | 11001111 | 111100 | 100010 |
Color Harmonies of #235D8C
Complementary color
Monochromatic Colors of #235D8C
Black with #235D8C
Text Example
Text Example
White with #235D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D8C; }
p { color: rgb(35,93,140); }
H1.HeaderClassName
{
color: #235D8C;
}
.AnyTagClassName
{
color: #235D8C;
}
</style>
background-color css
<style>
a { background-color: #235D8C; }
a { background-color: rgb(35,93,140); }
div.DivClassName
{
background-color: #235D8C;
}
.BgClassName
{
background-color: #235D8C;
}
</style>
border-color css
<style>
span { border-color: #235D8C; }
span { border-color: rgb(35,93,140); }
td.TdClassName
{
border-color: #235D8C;
}
.TagClassName
{
border-color: #235D8C;
}
</style>