Shades of Endeavour #236495
Tints of Endeavour #236495
RGB
CMYK
RGB Variations
Color information
#236495 (or 0x236495) is known color: Endeavour. HEX triplet: 23, 64 and 95. RGB value is (35,100,149). Sum of RGB (Red+Green+Blue) = 35+100+149=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #236495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236495 is #DC9B6A. Grayscale: #555555. Windows color (decimal): -14457707 or 9790499. OLE color: 9790499.
HSL color Cylindrical-coordinate representation of color #236495: hue angle of 205.79º 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 #236495 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 100 | 149 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.42 |
| HSL | 205.79º | 0.62% | 0.36% | - |
| HSV(B) | 205.79º | 0.77% | 0.58% | - |
| XYZ | 10.68 | 11.64 | 30.12 | - |
| YUV | 86.15 | 163.47 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 149 | 0.77 | 0.33 | 0 | 0.42 | 205.79 | 0.62 | 0.36 |
| Hex | 23 | 64 | 95 | 4D | 21 | 0 | 2A | CE | 3E | 24 |
| Octal | 43 | 144 | 225 | 115 | 41 | 0 | 52 | 316 | 76 | 44 |
| Binary | 100011 | 1100100 | 10010101 | 1001101 | 100001 | 0 | 101010 | 11001110 | 111110 | 100100 |
Color Harmonies of #236495
Complementary color
Monochromatic Colors of #236495
Black with #236495
Text Example
Text Example
White with #236495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236495; }
p { color: rgb(35,100,149); }
H1.HeaderClassName
{
color: #236495;
}
.AnyTagClassName
{
color: #236495;
}
</style>
background-color css
<style>
a { background-color: #236495; }
a { background-color: rgb(35,100,149); }
div.DivClassName
{
background-color: #236495;
}
.BgClassName
{
background-color: #236495;
}
</style>
border-color css
<style>
span { border-color: #236495; }
span { border-color: rgb(35,100,149); }
td.TdClassName
{
border-color: #236495;
}
.TagClassName
{
border-color: #236495;
}
</style>