Shades of Endeavour #234990
Tints of Endeavour #234990
RGB
CMYK
RGB Variations
Color information
#234990 (or 0x234990) is known color: Endeavour. HEX triplet: 23, 49 and 90. RGB value is (35,73,144). Sum of RGB (Red+Green+Blue) = 35+73+144=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #234990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234990 is #DCB66F. Grayscale: #454545. Windows color (decimal): -14464624 or 9455907. OLE color: 9455907.
HSL color Cylindrical-coordinate representation of color #234990: hue angle of 219.08º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234990 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 73 | 144 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.44 |
| HSL | 219.08º | 0.61% | 0.35% | - |
| HSV(B) | 219.08º | 0.76% | 0.56% | - |
| XYZ | 8.11 | 7.14 | 27.34 | - |
| YUV | 69.73 | 169.91 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 144 | 0.76 | 0.49 | 0 | 0.44 | 219.08 | 0.61 | 0.35 |
| Hex | 23 | 49 | 90 | 4C | 31 | 0 | 2C | DB | 3D | 23 |
| Octal | 43 | 111 | 220 | 114 | 61 | 0 | 54 | 333 | 75 | 43 |
| Binary | 100011 | 1001001 | 10010000 | 1001100 | 110001 | 0 | 101100 | 11011011 | 111101 | 100011 |
Color Harmonies of #234990
Complementary color
Monochromatic Colors of #234990
Black with #234990
Text Example
Text Example
White with #234990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234990; }
p { color: rgb(35,73,144); }
H1.HeaderClassName
{
color: #234990;
}
.AnyTagClassName
{
color: #234990;
}
</style>
background-color css
<style>
a { background-color: #234990; }
a { background-color: rgb(35,73,144); }
div.DivClassName
{
background-color: #234990;
}
.BgClassName
{
background-color: #234990;
}
</style>
border-color css
<style>
span { border-color: #234990; }
span { border-color: rgb(35,73,144); }
td.TdClassName
{
border-color: #234990;
}
.TagClassName
{
border-color: #234990;
}
</style>