Shades of Endeavour #236192
Tints of Endeavour #236192
RGB
CMYK
RGB Variations
Color information
#236192 (or 0x236192) is known color: Endeavour. HEX triplet: 23, 61 and 92. RGB value is (35,97,146). Sum of RGB (Red+Green+Blue) = 35+97+146=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #236192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236192 is #DC9E6D. Grayscale: #535353. Windows color (decimal): -14458478 or 9593123. OLE color: 9593123.
HSL color Cylindrical-coordinate representation of color #236192: hue angle of 206.49º 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 #236192 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 97 | 146 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.43 |
| HSL | 206.49º | 0.61% | 0.35% | - |
| HSV(B) | 206.49º | 0.76% | 0.57% | - |
| XYZ | 10.16 | 10.98 | 28.78 | - |
| YUV | 84.05 | 162.96 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 97 | 146 | 0.76 | 0.34 | 0 | 0.43 | 206.49 | 0.61 | 0.35 |
| Hex | 23 | 61 | 92 | 4C | 22 | 0 | 2B | CE | 3D | 23 |
| Octal | 43 | 141 | 222 | 114 | 42 | 0 | 53 | 316 | 75 | 43 |
| Binary | 100011 | 1100001 | 10010010 | 1001100 | 100010 | 0 | 101011 | 11001110 | 111101 | 100011 |
Color Harmonies of #236192
Complementary color
Monochromatic Colors of #236192
Black with #236192
Text Example
Text Example
White with #236192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236192; }
p { color: rgb(35,97,146); }
H1.HeaderClassName
{
color: #236192;
}
.AnyTagClassName
{
color: #236192;
}
</style>
background-color css
<style>
a { background-color: #236192; }
a { background-color: rgb(35,97,146); }
div.DivClassName
{
background-color: #236192;
}
.BgClassName
{
background-color: #236192;
}
</style>
border-color css
<style>
span { border-color: #236192; }
span { border-color: rgb(35,97,146); }
td.TdClassName
{
border-color: #236192;
}
.TagClassName
{
border-color: #236192;
}
</style>