Shades of Endeavour #30599C
Tints of Endeavour #30599C
RGB
CMYK
RGB Variations
Color information
#30599C (or 0x30599C) is known color: Endeavour. HEX triplet: 30, 59 and 9C. RGB value is (48,89,156). Sum of RGB (Red+Green+Blue) = 48+89+156=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #30599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30599C is #CFA663. Grayscale: #545454. Windows color (decimal): -13608548 or 10246448. OLE color: 10246448.
HSL color Cylindrical-coordinate representation of color #30599C: hue angle of 217.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30599C is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 89 | 156 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.39 |
| HSL | 217.22º | 0.53% | 0.4% | - |
| HSV(B) | 217.22º | 0.69% | 0.61% | - |
| XYZ | 10.79 | 10.17 | 32.85 | - |
| YUV | 84.38 | 168.42 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 156 | 0.69 | 0.43 | 0 | 0.39 | 217.22 | 0.53 | 0.4 |
| Hex | 30 | 59 | 9C | 45 | 2B | 0 | 27 | D9 | 35 | 28 |
| Octal | 60 | 131 | 234 | 105 | 53 | 0 | 47 | 331 | 65 | 50 |
| Binary | 110000 | 1011001 | 10011100 | 1000101 | 101011 | 0 | 100111 | 11011001 | 110101 | 101000 |
Color Harmonies of #30599C
Complementary color
Monochromatic Colors of #30599C
Black with #30599C
Text Example
Text Example
White with #30599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30599C; }
p { color: rgb(48,89,156); }
H1.HeaderClassName
{
color: #30599C;
}
.AnyTagClassName
{
color: #30599C;
}
</style>
background-color css
<style>
a { background-color: #30599C; }
a { background-color: rgb(48,89,156); }
div.DivClassName
{
background-color: #30599C;
}
.BgClassName
{
background-color: #30599C;
}
</style>
border-color css
<style>
span { border-color: #30599C; }
span { border-color: rgb(48,89,156); }
td.TdClassName
{
border-color: #30599C;
}
.TagClassName
{
border-color: #30599C;
}
</style>