Shades of Endeavour #234D8B
Tints of Endeavour #234D8B
RGB
CMYK
RGB Variations
Color information
#234D8B (or 0x234D8B) is known color: Endeavour. HEX triplet: 23, 4D and 8B. RGB value is (35,77,139). Sum of RGB (Red+Green+Blue) = 35+77+139=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #234D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234D8B is #DCB274. Grayscale: #474747. Windows color (decimal): -14463605 or 9129251. OLE color: 9129251.
HSL color Cylindrical-coordinate representation of color #234D8B: hue angle of 215.77º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #234D8B is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 77 | 139 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.45 |
| HSL | 215.77º | 0.6% | 0.34% | - |
| HSV(B) | 215.77º | 0.75% | 0.55% | - |
| XYZ | 8.01 | 7.53 | 25.46 | - |
| YUV | 71.51 | 166.09 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 139 | 0.75 | 0.45 | 0 | 0.45 | 215.77 | 0.6 | 0.34 |
| Hex | 23 | 4D | 8B | 4B | 2D | 0 | 2D | D8 | 3C | 22 |
| Octal | 43 | 115 | 213 | 113 | 55 | 0 | 55 | 330 | 74 | 42 |
| Binary | 100011 | 1001101 | 10001011 | 1001011 | 101101 | 0 | 101101 | 11011000 | 111100 | 100010 |
Color Harmonies of #234D8B
Complementary color
Monochromatic Colors of #234D8B
Black with #234D8B
Text Example
Text Example
White with #234D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D8B; }
p { color: rgb(35,77,139); }
H1.HeaderClassName
{
color: #234D8B;
}
.AnyTagClassName
{
color: #234D8B;
}
</style>
background-color css
<style>
a { background-color: #234D8B; }
a { background-color: rgb(35,77,139); }
div.DivClassName
{
background-color: #234D8B;
}
.BgClassName
{
background-color: #234D8B;
}
</style>
border-color css
<style>
span { border-color: #234D8B; }
span { border-color: rgb(35,77,139); }
td.TdClassName
{
border-color: #234D8B;
}
.TagClassName
{
border-color: #234D8B;
}
</style>