Shades of Endeavour #235C92
Tints of Endeavour #235C92
RGB
CMYK
RGB Variations
Color information
#235C92 (or 0x235C92) is known color: Endeavour. HEX triplet: 23, 5C and 92. RGB value is (35,92,146). Sum of RGB (Red+Green+Blue) = 35+92+146=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #235C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235C92 is #DCA36D. Grayscale: #505050. Windows color (decimal): -14459758 or 9591843. OLE color: 9591843.
HSL color Cylindrical-coordinate representation of color #235C92: hue angle of 209.19º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #235C92 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 92 | 146 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.43 |
| HSL | 209.19º | 0.61% | 0.35% | - |
| HSV(B) | 209.19º | 0.76% | 0.57% | - |
| XYZ | 9.71 | 10.09 | 28.63 | - |
| YUV | 81.11 | 164.62 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 146 | 0.76 | 0.37 | 0 | 0.43 | 209.19 | 0.61 | 0.35 |
| Hex | 23 | 5C | 92 | 4C | 25 | 0 | 2B | D1 | 3D | 23 |
| Octal | 43 | 134 | 222 | 114 | 45 | 0 | 53 | 321 | 75 | 43 |
| Binary | 100011 | 1011100 | 10010010 | 1001100 | 100101 | 0 | 101011 | 11010001 | 111101 | 100011 |
Color Harmonies of #235C92
Complementary color
Monochromatic Colors of #235C92
Black with #235C92
Text Example
Text Example
White with #235C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C92; }
p { color: rgb(35,92,146); }
H1.HeaderClassName
{
color: #235C92;
}
.AnyTagClassName
{
color: #235C92;
}
</style>
background-color css
<style>
a { background-color: #235C92; }
a { background-color: rgb(35,92,146); }
div.DivClassName
{
background-color: #235C92;
}
.BgClassName
{
background-color: #235C92;
}
</style>
border-color css
<style>
span { border-color: #235C92; }
span { border-color: rgb(35,92,146); }
td.TdClassName
{
border-color: #235C92;
}
.TagClassName
{
border-color: #235C92;
}
</style>