Shades of Endeavour #234997
Tints of Endeavour #234997
RGB
CMYK
RGB Variations
Color information
#234997 (or 0x234997) is known color: Endeavour. HEX triplet: 23, 49 and 97. RGB value is (35,73,151). Sum of RGB (Red+Green+Blue) = 35+73+151=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #234997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234997 is #DCB668. Grayscale: #464646. Windows color (decimal): -14464617 or 9914659. OLE color: 9914659.
HSL color Cylindrical-coordinate representation of color #234997: hue angle of 220.34º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234997 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 73 | 151 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.41 |
| HSL | 220.34º | 0.62% | 0.36% | - |
| HSV(B) | 220.34º | 0.77% | 0.59% | - |
| XYZ | 8.66 | 7.36 | 30.24 | - |
| YUV | 70.53 | 173.41 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 151 | 0.77 | 0.52 | 0 | 0.41 | 220.34 | 0.62 | 0.36 |
| Hex | 23 | 49 | 97 | 4D | 34 | 0 | 29 | DC | 3E | 24 |
| Octal | 43 | 111 | 227 | 115 | 64 | 0 | 51 | 334 | 76 | 44 |
| Binary | 100011 | 1001001 | 10010111 | 1001101 | 110100 | 0 | 101001 | 11011100 | 111110 | 100100 |
Color Harmonies of #234997
Complementary color
Monochromatic Colors of #234997
Black with #234997
Text Example
Text Example
White with #234997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234997; }
p { color: rgb(35,73,151); }
H1.HeaderClassName
{
color: #234997;
}
.AnyTagClassName
{
color: #234997;
}
</style>
background-color css
<style>
a { background-color: #234997; }
a { background-color: rgb(35,73,151); }
div.DivClassName
{
background-color: #234997;
}
.BgClassName
{
background-color: #234997;
}
</style>
border-color css
<style>
span { border-color: #234997; }
span { border-color: rgb(35,73,151); }
td.TdClassName
{
border-color: #234997;
}
.TagClassName
{
border-color: #234997;
}
</style>