Shades of Endeavour #234993
Tints of Endeavour #234993
RGB
CMYK
RGB Variations
Color information
#234993 (or 0x234993) is known color: Endeavour. HEX triplet: 23, 49 and 93. RGB value is (35,73,147). Sum of RGB (Red+Green+Blue) = 35+73+147=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #234993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234993 is #DCB66C. Grayscale: #454545. Windows color (decimal): -14464621 or 9652515. OLE color: 9652515.
HSL color Cylindrical-coordinate representation of color #234993: hue angle of 219.64º 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 #234993 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 73 | 147 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.42 |
| HSL | 219.64º | 0.62% | 0.36% | - |
| HSV(B) | 219.64º | 0.76% | 0.58% | - |
| XYZ | 8.34 | 7.23 | 28.56 | - |
| YUV | 70.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 147 | 0.76 | 0.50 | 0 | 0.42 | 219.64 | 0.62 | 0.36 |
| Hex | 23 | 49 | 93 | 4C | 32 | 0 | 2A | DC | 3E | 24 |
| Octal | 43 | 111 | 223 | 114 | 62 | 0 | 52 | 334 | 76 | 44 |
| Binary | 100011 | 1001001 | 10010011 | 1001100 | 110010 | 0 | 101010 | 11011100 | 111110 | 100100 |
Color Harmonies of #234993
Complementary color
Monochromatic Colors of #234993
Black with #234993
Text Example
Text Example
White with #234993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234993; }
p { color: rgb(35,73,147); }
H1.HeaderClassName
{
color: #234993;
}
.AnyTagClassName
{
color: #234993;
}
</style>
background-color css
<style>
a { background-color: #234993; }
a { background-color: rgb(35,73,147); }
div.DivClassName
{
background-color: #234993;
}
.BgClassName
{
background-color: #234993;
}
</style>
border-color css
<style>
span { border-color: #234993; }
span { border-color: rgb(35,73,147); }
td.TdClassName
{
border-color: #234993;
}
.TagClassName
{
border-color: #234993;
}
</style>