Shades of Endeavour #30628F
Tints of Endeavour #30628F
RGB
CMYK
RGB Variations
Color information
#30628F (or 0x30628F) is known color: Endeavour. HEX triplet: 30, 62 and 8F. RGB value is (48,98,143). Sum of RGB (Red+Green+Blue) = 48+98+143=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #30628F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30628F is #CF9D70. Grayscale: #575757. Windows color (decimal): -13606257 or 9396784. OLE color: 9396784.
HSL color Cylindrical-coordinate representation of color #30628F: hue angle of 208.42º degrees, saturation: 0.5, 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 #30628F is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 98 | 143 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.44 |
| HSL | 208.42º | 0.5% | 0.37% | - |
| HSV(B) | 208.42º | 0.66% | 0.56% | - |
| XYZ | 10.54 | 11.35 | 27.62 | - |
| YUV | 88.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 143 | 0.66 | 0.31 | 0 | 0.44 | 208.42 | 0.5 | 0.37 |
| Hex | 30 | 62 | 8F | 42 | 1F | 0 | 2C | D0 | 32 | 25 |
| Octal | 60 | 142 | 217 | 102 | 37 | 0 | 54 | 320 | 62 | 45 |
| Binary | 110000 | 1100010 | 10001111 | 1000010 | 11111 | 0 | 101100 | 11010000 | 110010 | 100101 |
Color Harmonies of #30628F
Complementary color
Monochromatic Colors of #30628F
Black with #30628F
Text Example
Text Example
White with #30628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30628F; }
p { color: rgb(48,98,143); }
H1.HeaderClassName
{
color: #30628F;
}
.AnyTagClassName
{
color: #30628F;
}
</style>
background-color css
<style>
a { background-color: #30628F; }
a { background-color: rgb(48,98,143); }
div.DivClassName
{
background-color: #30628F;
}
.BgClassName
{
background-color: #30628F;
}
</style>
border-color css
<style>
span { border-color: #30628F; }
span { border-color: rgb(48,98,143); }
td.TdClassName
{
border-color: #30628F;
}
.TagClassName
{
border-color: #30628F;
}
</style>