Shades of Endeavour #30598E
Tints of Endeavour #30598E
RGB
CMYK
RGB Variations
Color information
#30598E (or 0x30598E) is known color: Endeavour. HEX triplet: 30, 59 and 8E. RGB value is (48,89,142). Sum of RGB (Red+Green+Blue) = 48+89+142=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #30598E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30598E is #CFA671. Grayscale: #525252. Windows color (decimal): -13608562 or 9328944. OLE color: 9328944.
HSL color Cylindrical-coordinate representation of color #30598E: hue angle of 213.83º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30598E is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 89 | 142 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.44 |
| HSL | 213.83º | 0.49% | 0.37% | - |
| HSV(B) | 213.83º | 0.66% | 0.56% | - |
| XYZ | 9.67 | 9.73 | 26.96 | - |
| YUV | 82.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 142 | 0.66 | 0.37 | 0 | 0.44 | 213.83 | 0.49 | 0.37 |
| Hex | 30 | 59 | 8E | 42 | 25 | 0 | 2C | D6 | 31 | 25 |
| Octal | 60 | 131 | 216 | 102 | 45 | 0 | 54 | 326 | 61 | 45 |
| Binary | 110000 | 1011001 | 10001110 | 1000010 | 100101 | 0 | 101100 | 11010110 | 110001 | 100101 |
Color Harmonies of #30598E
Complementary color
Monochromatic Colors of #30598E
Black with #30598E
Text Example
Text Example
White with #30598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30598E; }
p { color: rgb(48,89,142); }
H1.HeaderClassName
{
color: #30598E;
}
.AnyTagClassName
{
color: #30598E;
}
</style>
background-color css
<style>
a { background-color: #30598E; }
a { background-color: rgb(48,89,142); }
div.DivClassName
{
background-color: #30598E;
}
.BgClassName
{
background-color: #30598E;
}
</style>
border-color css
<style>
span { border-color: #30598E; }
span { border-color: rgb(48,89,142); }
td.TdClassName
{
border-color: #30598E;
}
.TagClassName
{
border-color: #30598E;
}
</style>