Shades of Endeavour #234E99
Tints of Endeavour #234E99
RGB
CMYK
RGB Variations
Color information
#234E99 (or 0x234E99) is known color: Endeavour. HEX triplet: 23, 4E and 99. RGB value is (35,78,153). Sum of RGB (Red+Green+Blue) = 35+78+153=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #234E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234E99 is #DCB166. Grayscale: #494949. Windows color (decimal): -14463335 or 10047011. OLE color: 10047011.
HSL color Cylindrical-coordinate representation of color #234E99: hue angle of 218.14º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234E99 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 78 | 153 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.4 |
| HSL | 218.14º | 0.63% | 0.37% | - |
| HSV(B) | 218.14º | 0.77% | 0.6% | - |
| XYZ | 9.17 | 8.11 | 31.22 | - |
| YUV | 73.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 153 | 0.77 | 0.49 | 0 | 0.4 | 218.14 | 0.63 | 0.37 |
| Hex | 23 | 4E | 99 | 4D | 31 | 0 | 28 | DA | 3F | 25 |
| Octal | 43 | 116 | 231 | 115 | 61 | 0 | 50 | 332 | 77 | 45 |
| Binary | 100011 | 1001110 | 10011001 | 1001101 | 110001 | 0 | 101000 | 11011010 | 111111 | 100101 |
Color Harmonies of #234E99
Complementary color
Monochromatic Colors of #234E99
Black with #234E99
Text Example
Text Example
White with #234E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E99; }
p { color: rgb(35,78,153); }
H1.HeaderClassName
{
color: #234E99;
}
.AnyTagClassName
{
color: #234E99;
}
</style>
background-color css
<style>
a { background-color: #234E99; }
a { background-color: rgb(35,78,153); }
div.DivClassName
{
background-color: #234E99;
}
.BgClassName
{
background-color: #234E99;
}
</style>
border-color css
<style>
span { border-color: #234E99; }
span { border-color: rgb(35,78,153); }
td.TdClassName
{
border-color: #234E99;
}
.TagClassName
{
border-color: #234E99;
}
</style>