Shades of Endeavour #234998
Tints of Endeavour #234998
RGB
CMYK
RGB Variations
Color information
#234998 (or 0x234998) is known color: Endeavour. HEX triplet: 23, 49 and 98. RGB value is (35,73,152). Sum of RGB (Red+Green+Blue) = 35+73+152=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #234998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234998 is #DCB667. Grayscale: #464646. Windows color (decimal): -14464616 or 9980195. OLE color: 9980195.
HSL color Cylindrical-coordinate representation of color #234998: hue angle of 220.51º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234998 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 73 | 152 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.40 |
| HSL | 220.51º | 0.63% | 0.37% | - |
| HSV(B) | 220.51º | 0.77% | 0.6% | - |
| XYZ | 8.74 | 7.39 | 30.67 | - |
| YUV | 70.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 152 | 0.77 | 0.52 | 0 | 0.40 | 220.51 | 0.63 | 0.37 |
| Hex | 23 | 49 | 98 | 4D | 34 | 0 | 28 | DD | 3F | 25 |
| Octal | 43 | 111 | 230 | 115 | 64 | 0 | 50 | 335 | 77 | 45 |
| Binary | 100011 | 1001001 | 10011000 | 1001101 | 110100 | 0 | 101000 | 11011101 | 111111 | 100101 |
Color Harmonies of #234998
Complementary color
Monochromatic Colors of #234998
Black with #234998
Text Example
Text Example
White with #234998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234998; }
p { color: rgb(35,73,152); }
H1.HeaderClassName
{
color: #234998;
}
.AnyTagClassName
{
color: #234998;
}
</style>
background-color css
<style>
a { background-color: #234998; }
a { background-color: rgb(35,73,152); }
div.DivClassName
{
background-color: #234998;
}
.BgClassName
{
background-color: #234998;
}
</style>
border-color css
<style>
span { border-color: #234998; }
span { border-color: rgb(35,73,152); }
td.TdClassName
{
border-color: #234998;
}
.TagClassName
{
border-color: #234998;
}
</style>