Shades of Endeavour #234DA0
Tints of Endeavour #234DA0
RGB
CMYK
RGB Variations
Color information
#234DA0 (or 0x234DA0) is known color: Endeavour. HEX triplet: 23, 4D and A0. RGB value is (35,77,160). Sum of RGB (Red+Green+Blue) = 35+77+160=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #234DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234DA0 is #DCB25F. Grayscale: #494949. Windows color (decimal): -14463584 or 10505507. OLE color: 10505507.
HSL color Cylindrical-coordinate representation of color #234DA0: hue angle of 219.84º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #234DA0 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 77 | 160 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.37 |
| HSL | 219.84º | 0.64% | 0.38% | - |
| HSV(B) | 219.84º | 0.78% | 0.63% | - |
| XYZ | 9.69 | 8.2 | 34.33 | - |
| YUV | 73.9 | 176.59 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 160 | 0.78 | 0.52 | 0 | 0.37 | 219.84 | 0.64 | 0.38 |
| Hex | 23 | 4D | A0 | 4E | 34 | 0 | 25 | DC | 40 | 26 |
| Octal | 43 | 115 | 240 | 116 | 64 | 0 | 45 | 334 | 100 | 46 |
| Binary | 100011 | 1001101 | 10100000 | 1001110 | 110100 | 0 | 100101 | 11011100 | 1000000 | 100110 |
Color Harmonies of #234DA0
Complementary color
Monochromatic Colors of #234DA0
Black with #234DA0
Text Example
Text Example
White with #234DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234DA0; }
p { color: rgb(35,77,160); }
H1.HeaderClassName
{
color: #234DA0;
}
.AnyTagClassName
{
color: #234DA0;
}
</style>
background-color css
<style>
a { background-color: #234DA0; }
a { background-color: rgb(35,77,160); }
div.DivClassName
{
background-color: #234DA0;
}
.BgClassName
{
background-color: #234DA0;
}
</style>
border-color css
<style>
span { border-color: #234DA0; }
span { border-color: rgb(35,77,160); }
td.TdClassName
{
border-color: #234DA0;
}
.TagClassName
{
border-color: #234DA0;
}
</style>