Shades of Endeavour #235C89
Tints of Endeavour #235C89
RGB
CMYK
RGB Variations
Color information
#235C89 (or 0x235C89) is known color: Endeavour. HEX triplet: 23, 5C and 89. RGB value is (35,92,137). Sum of RGB (Red+Green+Blue) = 35+92+137=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #235C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235C89 is #DCA376. Grayscale: #4F4F4F. Windows color (decimal): -14459767 or 9002019. OLE color: 9002019.
HSL color Cylindrical-coordinate representation of color #235C89: hue angle of 206.47º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #235C89 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 92 | 137 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.46 |
| HSL | 206.47º | 0.59% | 0.34% | - |
| HSV(B) | 206.47º | 0.74% | 0.54% | - |
| XYZ | 9.04 | 9.82 | 25.09 | - |
| YUV | 80.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 137 | 0.74 | 0.33 | 0 | 0.46 | 206.47 | 0.59 | 0.34 |
| Hex | 23 | 5C | 89 | 4A | 21 | 0 | 2E | CE | 3B | 22 |
| Octal | 43 | 134 | 211 | 112 | 41 | 0 | 56 | 316 | 73 | 42 |
| Binary | 100011 | 1011100 | 10001001 | 1001010 | 100001 | 0 | 101110 | 11001110 | 111011 | 100010 |
Color Harmonies of #235C89
Complementary color
Monochromatic Colors of #235C89
Black with #235C89
Text Example
Text Example
White with #235C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C89; }
p { color: rgb(35,92,137); }
H1.HeaderClassName
{
color: #235C89;
}
.AnyTagClassName
{
color: #235C89;
}
</style>
background-color css
<style>
a { background-color: #235C89; }
a { background-color: rgb(35,92,137); }
div.DivClassName
{
background-color: #235C89;
}
.BgClassName
{
background-color: #235C89;
}
</style>
border-color css
<style>
span { border-color: #235C89; }
span { border-color: rgb(35,92,137); }
td.TdClassName
{
border-color: #235C89;
}
.TagClassName
{
border-color: #235C89;
}
</style>