Shades of Endeavour #234E96
Tints of Endeavour #234E96
RGB
CMYK
RGB Variations
Color information
#234E96 (or 0x234E96) is known color: Endeavour. HEX triplet: 23, 4E and 96. RGB value is (35,78,150). Sum of RGB (Red+Green+Blue) = 35+78+150=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #234E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234E96 is #DCB169. Grayscale: #494949. Windows color (decimal): -14463338 or 9850403. OLE color: 9850403.
HSL color Cylindrical-coordinate representation of color #234E96: hue angle of 217.57º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234E96 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 78 | 150 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.41 |
| HSL | 217.57º | 0.62% | 0.36% | - |
| HSV(B) | 217.57º | 0.77% | 0.59% | - |
| XYZ | 8.92 | 8.01 | 29.93 | - |
| YUV | 73.35 | 171.25 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 150 | 0.77 | 0.48 | 0 | 0.41 | 217.57 | 0.62 | 0.36 |
| Hex | 23 | 4E | 96 | 4D | 30 | 0 | 29 | DA | 3E | 24 |
| Octal | 43 | 116 | 226 | 115 | 60 | 0 | 51 | 332 | 76 | 44 |
| Binary | 100011 | 1001110 | 10010110 | 1001101 | 110000 | 0 | 101001 | 11011010 | 111110 | 100100 |
Color Harmonies of #234E96
Complementary color
Monochromatic Colors of #234E96
Black with #234E96
Text Example
Text Example
White with #234E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E96; }
p { color: rgb(35,78,150); }
H1.HeaderClassName
{
color: #234E96;
}
.AnyTagClassName
{
color: #234E96;
}
</style>
background-color css
<style>
a { background-color: #234E96; }
a { background-color: rgb(35,78,150); }
div.DivClassName
{
background-color: #234E96;
}
.BgClassName
{
background-color: #234E96;
}
</style>
border-color css
<style>
span { border-color: #234E96; }
span { border-color: rgb(35,78,150); }
td.TdClassName
{
border-color: #234E96;
}
.TagClassName
{
border-color: #234E96;
}
</style>