Shades of Endeavour #236395
Tints of Endeavour #236395
RGB
CMYK
RGB Variations
Color information
#236395 (or 0x236395) is known color: Endeavour. HEX triplet: 23, 63 and 95. RGB value is (35,99,149). Sum of RGB (Red+Green+Blue) = 35+99+149=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #236395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236395 is #DC9C6A. Grayscale: #555555. Windows color (decimal): -14457963 or 9790243. OLE color: 9790243.
HSL color Cylindrical-coordinate representation of color #236395: hue angle of 206.32º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #236395 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 99 | 149 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.42 |
| HSL | 206.32º | 0.62% | 0.36% | - |
| HSV(B) | 206.32º | 0.77% | 0.58% | - |
| XYZ | 10.58 | 11.45 | 30.09 | - |
| YUV | 85.56 | 163.8 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 149 | 0.77 | 0.34 | 0 | 0.42 | 206.32 | 0.62 | 0.36 |
| Hex | 23 | 63 | 95 | 4D | 22 | 0 | 2A | CE | 3E | 24 |
| Octal | 43 | 143 | 225 | 115 | 42 | 0 | 52 | 316 | 76 | 44 |
| Binary | 100011 | 1100011 | 10010101 | 1001101 | 100010 | 0 | 101010 | 11001110 | 111110 | 100100 |
Color Harmonies of #236395
Complementary color
Monochromatic Colors of #236395
Black with #236395
Text Example
Text Example
White with #236395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236395; }
p { color: rgb(35,99,149); }
H1.HeaderClassName
{
color: #236395;
}
.AnyTagClassName
{
color: #236395;
}
</style>
background-color css
<style>
a { background-color: #236395; }
a { background-color: rgb(35,99,149); }
div.DivClassName
{
background-color: #236395;
}
.BgClassName
{
background-color: #236395;
}
</style>
border-color css
<style>
span { border-color: #236395; }
span { border-color: rgb(35,99,149); }
td.TdClassName
{
border-color: #236395;
}
.TagClassName
{
border-color: #236395;
}
</style>