Shades of Endeavour #234E92
Tints of Endeavour #234E92
RGB
CMYK
RGB Variations
Color information
#234E92 (or 0x234E92) is known color: Endeavour. HEX triplet: 23, 4E and 92. RGB value is (35,78,146). Sum of RGB (Red+Green+Blue) = 35+78+146=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #234E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234E92 is #DCB16D. Grayscale: #484848. Windows color (decimal): -14463342 or 9588259. OLE color: 9588259.
HSL color Cylindrical-coordinate representation of color #234E92: hue angle of 216.76º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234E92 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 78 | 146 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.43 |
| HSL | 216.76º | 0.61% | 0.35% | - |
| HSV(B) | 216.76º | 0.76% | 0.57% | - |
| XYZ | 8.61 | 7.88 | 28.26 | - |
| YUV | 72.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 146 | 0.76 | 0.47 | 0 | 0.43 | 216.76 | 0.61 | 0.35 |
| Hex | 23 | 4E | 92 | 4C | 2F | 0 | 2B | D9 | 3D | 23 |
| Octal | 43 | 116 | 222 | 114 | 57 | 0 | 53 | 331 | 75 | 43 |
| Binary | 100011 | 1001110 | 10010010 | 1001100 | 101111 | 0 | 101011 | 11011001 | 111101 | 100011 |
Color Harmonies of #234E92
Complementary color
Monochromatic Colors of #234E92
Black with #234E92
Text Example
Text Example
White with #234E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E92; }
p { color: rgb(35,78,146); }
H1.HeaderClassName
{
color: #234E92;
}
.AnyTagClassName
{
color: #234E92;
}
</style>
background-color css
<style>
a { background-color: #234E92; }
a { background-color: rgb(35,78,146); }
div.DivClassName
{
background-color: #234E92;
}
.BgClassName
{
background-color: #234E92;
}
</style>
border-color css
<style>
span { border-color: #234E92; }
span { border-color: rgb(35,78,146); }
td.TdClassName
{
border-color: #234E92;
}
.TagClassName
{
border-color: #234E92;
}
</style>