Shades of Endeavour #234D96
Tints of Endeavour #234D96
RGB
CMYK
RGB Variations
Color information
#234D96 (or 0x234D96) is known color: Endeavour. HEX triplet: 23, 4D and 96. RGB value is (35,77,150). Sum of RGB (Red+Green+Blue) = 35+77+150=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #234D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234D96 is #DCB269. Grayscale: #484848. Windows color (decimal): -14463594 or 9850147. OLE color: 9850147.
HSL color Cylindrical-coordinate representation of color #234D96: hue angle of 218.09º 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 #234D96 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 77 | 150 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.41 |
| HSL | 218.09º | 0.62% | 0.36% | - |
| HSV(B) | 218.09º | 0.77% | 0.59% | - |
| XYZ | 8.85 | 7.87 | 29.91 | - |
| YUV | 72.76 | 171.59 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 150 | 0.77 | 0.49 | 0 | 0.41 | 218.09 | 0.62 | 0.36 |
| Hex | 23 | 4D | 96 | 4D | 31 | 0 | 29 | DA | 3E | 24 |
| Octal | 43 | 115 | 226 | 115 | 61 | 0 | 51 | 332 | 76 | 44 |
| Binary | 100011 | 1001101 | 10010110 | 1001101 | 110001 | 0 | 101001 | 11011010 | 111110 | 100100 |
Color Harmonies of #234D96
Complementary color
Monochromatic Colors of #234D96
Black with #234D96
Text Example
Text Example
White with #234D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D96; }
p { color: rgb(35,77,150); }
H1.HeaderClassName
{
color: #234D96;
}
.AnyTagClassName
{
color: #234D96;
}
</style>
background-color css
<style>
a { background-color: #234D96; }
a { background-color: rgb(35,77,150); }
div.DivClassName
{
background-color: #234D96;
}
.BgClassName
{
background-color: #234D96;
}
</style>
border-color css
<style>
span { border-color: #234D96; }
span { border-color: rgb(35,77,150); }
td.TdClassName
{
border-color: #234D96;
}
.TagClassName
{
border-color: #234D96;
}
</style>