Shades of Endeavour #236494
Tints of Endeavour #236494
RGB
CMYK
RGB Variations
Color information
#236494 (or 0x236494) is known color: Endeavour. HEX triplet: 23, 64 and 94. RGB value is (35,100,148). Sum of RGB (Red+Green+Blue) = 35+100+148=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #236494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236494 is #DC9B6B. Grayscale: #555555. Windows color (decimal): -14457708 or 9724963. OLE color: 9724963.
HSL color Cylindrical-coordinate representation of color #236494: hue angle of 205.49º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #236494 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 100 | 148 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.42 |
| HSL | 205.49º | 0.62% | 0.36% | - |
| HSV(B) | 205.49º | 0.76% | 0.58% | - |
| XYZ | 10.6 | 11.61 | 29.7 | - |
| YUV | 86.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 148 | 0.76 | 0.32 | 0 | 0.42 | 205.49 | 0.62 | 0.36 |
| Hex | 23 | 64 | 94 | 4C | 20 | 0 | 2A | CD | 3E | 24 |
| Octal | 43 | 144 | 224 | 114 | 40 | 0 | 52 | 315 | 76 | 44 |
| Binary | 100011 | 1100100 | 10010100 | 1001100 | 100000 | 0 | 101010 | 11001101 | 111110 | 100100 |
Color Harmonies of #236494
Complementary color
Monochromatic Colors of #236494
Black with #236494
Text Example
Text Example
White with #236494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236494; }
p { color: rgb(35,100,148); }
H1.HeaderClassName
{
color: #236494;
}
.AnyTagClassName
{
color: #236494;
}
</style>
background-color css
<style>
a { background-color: #236494; }
a { background-color: rgb(35,100,148); }
div.DivClassName
{
background-color: #236494;
}
.BgClassName
{
background-color: #236494;
}
</style>
border-color css
<style>
span { border-color: #236494; }
span { border-color: rgb(35,100,148); }
td.TdClassName
{
border-color: #236494;
}
.TagClassName
{
border-color: #236494;
}
</style>