Shades of Endeavour #234994
Tints of Endeavour #234994
RGB
CMYK
RGB Variations
Color information
#234994 (or 0x234994) is known color: Endeavour. HEX triplet: 23, 49 and 94. RGB value is (35,73,148). Sum of RGB (Red+Green+Blue) = 35+73+148=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #234994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234994 is #DCB66B. Grayscale: #454545. Windows color (decimal): -14464620 or 9718051. OLE color: 9718051.
HSL color Cylindrical-coordinate representation of color #234994: hue angle of 219.82º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234994 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 73 | 148 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.42 |
| HSL | 219.82º | 0.62% | 0.36% | - |
| HSV(B) | 219.82º | 0.76% | 0.58% | - |
| XYZ | 8.42 | 7.26 | 28.97 | - |
| YUV | 70.19 | 171.91 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 148 | 0.76 | 0.51 | 0 | 0.42 | 219.82 | 0.62 | 0.36 |
| Hex | 23 | 49 | 94 | 4C | 33 | 0 | 2A | DC | 3E | 24 |
| Octal | 43 | 111 | 224 | 114 | 63 | 0 | 52 | 334 | 76 | 44 |
| Binary | 100011 | 1001001 | 10010100 | 1001100 | 110011 | 0 | 101010 | 11011100 | 111110 | 100100 |
Color Harmonies of #234994
Complementary color
Monochromatic Colors of #234994
Black with #234994
Text Example
Text Example
White with #234994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234994; }
p { color: rgb(35,73,148); }
H1.HeaderClassName
{
color: #234994;
}
.AnyTagClassName
{
color: #234994;
}
</style>
background-color css
<style>
a { background-color: #234994; }
a { background-color: rgb(35,73,148); }
div.DivClassName
{
background-color: #234994;
}
.BgClassName
{
background-color: #234994;
}
</style>
border-color css
<style>
span { border-color: #234994; }
span { border-color: rgb(35,73,148); }
td.TdClassName
{
border-color: #234994;
}
.TagClassName
{
border-color: #234994;
}
</style>