Shades of Endeavour #234D87
Tints of Endeavour #234D87
RGB
CMYK
RGB Variations
Color information
#234D87 (or 0x234D87) is known color: Endeavour. HEX triplet: 23, 4D and 87. RGB value is (35,77,135). Sum of RGB (Red+Green+Blue) = 35+77+135=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #234D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234D87 is #DCB278. Grayscale: #464646. Windows color (decimal): -14463609 or 8867107. OLE color: 8867107.
HSL color Cylindrical-coordinate representation of color #234D87: hue angle of 214.8º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #234D87 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 77 | 135 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.47 |
| HSL | 214.8º | 0.59% | 0.33% | - |
| HSV(B) | 214.8º | 0.74% | 0.53% | - |
| XYZ | 7.72 | 7.41 | 23.95 | - |
| YUV | 71.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 135 | 0.74 | 0.43 | 0 | 0.47 | 214.8 | 0.59 | 0.33 |
| Hex | 23 | 4D | 87 | 4A | 2B | 0 | 2F | D7 | 3B | 21 |
| Octal | 43 | 115 | 207 | 112 | 53 | 0 | 57 | 327 | 73 | 41 |
| Binary | 100011 | 1001101 | 10000111 | 1001010 | 101011 | 0 | 101111 | 11010111 | 111011 | 100001 |
Color Harmonies of #234D87
Complementary color
Monochromatic Colors of #234D87
Black with #234D87
Text Example
Text Example
White with #234D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D87; }
p { color: rgb(35,77,135); }
H1.HeaderClassName
{
color: #234D87;
}
.AnyTagClassName
{
color: #234D87;
}
</style>
background-color css
<style>
a { background-color: #234D87; }
a { background-color: rgb(35,77,135); }
div.DivClassName
{
background-color: #234D87;
}
.BgClassName
{
background-color: #234D87;
}
</style>
border-color css
<style>
span { border-color: #234D87; }
span { border-color: rgb(35,77,135); }
td.TdClassName
{
border-color: #234D87;
}
.TagClassName
{
border-color: #234D87;
}
</style>