Shades of Endeavour #235192
Tints of Endeavour #235192
RGB
CMYK
RGB Variations
Color information
#235192 (or 0x235192) is known color: Endeavour. HEX triplet: 23, 51 and 92. RGB value is (35,81,146). Sum of RGB (Red+Green+Blue) = 35+81+146=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #235192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235192 is #DCAE6D. Grayscale: #4A4A4A. Windows color (decimal): -14462574 or 9589027. OLE color: 9589027.
HSL color Cylindrical-coordinate representation of color #235192: hue angle of 215.14º 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 #235192 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 81 | 146 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.43 |
| HSL | 215.14º | 0.61% | 0.35% | - |
| HSV(B) | 215.14º | 0.76% | 0.57% | - |
| XYZ | 8.82 | 8.32 | 28.33 | - |
| YUV | 74.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 146 | 0.76 | 0.45 | 0 | 0.43 | 215.14 | 0.61 | 0.35 |
| Hex | 23 | 51 | 92 | 4C | 2D | 0 | 2B | D7 | 3D | 23 |
| Octal | 43 | 121 | 222 | 114 | 55 | 0 | 53 | 327 | 75 | 43 |
| Binary | 100011 | 1010001 | 10010010 | 1001100 | 101101 | 0 | 101011 | 11010111 | 111101 | 100011 |
Color Harmonies of #235192
Complementary color
Monochromatic Colors of #235192
Black with #235192
Text Example
Text Example
White with #235192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235192; }
p { color: rgb(35,81,146); }
H1.HeaderClassName
{
color: #235192;
}
.AnyTagClassName
{
color: #235192;
}
</style>
background-color css
<style>
a { background-color: #235192; }
a { background-color: rgb(35,81,146); }
div.DivClassName
{
background-color: #235192;
}
.BgClassName
{
background-color: #235192;
}
</style>
border-color css
<style>
span { border-color: #235192; }
span { border-color: rgb(35,81,146); }
td.TdClassName
{
border-color: #235192;
}
.TagClassName
{
border-color: #235192;
}
</style>