Shades of Endeavour #236394
Tints of Endeavour #236394
RGB
CMYK
RGB Variations
Color information
#236394 (or 0x236394) is known color: Endeavour. HEX triplet: 23, 63 and 94. RGB value is (35,99,148). Sum of RGB (Red+Green+Blue) = 35+99+148=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #236394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236394 is #DC9C6B. Grayscale: #555555. Windows color (decimal): -14457964 or 9724707. OLE color: 9724707.
HSL color Cylindrical-coordinate representation of color #236394: hue angle of 206.02º 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 #236394 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 99 | 148 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.42 |
| HSL | 206.02º | 0.62% | 0.36% | - |
| HSV(B) | 206.02º | 0.76% | 0.58% | - |
| XYZ | 10.5 | 11.42 | 29.67 | - |
| YUV | 85.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 148 | 0.76 | 0.33 | 0 | 0.42 | 206.02 | 0.62 | 0.36 |
| Hex | 23 | 63 | 94 | 4C | 21 | 0 | 2A | CE | 3E | 24 |
| Octal | 43 | 143 | 224 | 114 | 41 | 0 | 52 | 316 | 76 | 44 |
| Binary | 100011 | 1100011 | 10010100 | 1001100 | 100001 | 0 | 101010 | 11001110 | 111110 | 100100 |
Color Harmonies of #236394
Complementary color
Monochromatic Colors of #236394
Black with #236394
Text Example
Text Example
White with #236394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236394; }
p { color: rgb(35,99,148); }
H1.HeaderClassName
{
color: #236394;
}
.AnyTagClassName
{
color: #236394;
}
</style>
background-color css
<style>
a { background-color: #236394; }
a { background-color: rgb(35,99,148); }
div.DivClassName
{
background-color: #236394;
}
.BgClassName
{
background-color: #236394;
}
</style>
border-color css
<style>
span { border-color: #236394; }
span { border-color: rgb(35,99,148); }
td.TdClassName
{
border-color: #236394;
}
.TagClassName
{
border-color: #236394;
}
</style>