Shades of Endeavour #30648D
Tints of Endeavour #30648D
RGB
CMYK
RGB Variations
Color information
#30648D (or 0x30648D) is known color: Endeavour. HEX triplet: 30, 64 and 8D. RGB value is (48,100,141). Sum of RGB (Red+Green+Blue) = 48+100+141=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #30648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30648D is #CF9B72. Grayscale: #585858. Windows color (decimal): -13605747 or 9266224. OLE color: 9266224.
HSL color Cylindrical-coordinate representation of color #30648D: hue angle of 206.45º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30648D is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 100 | 141 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.45 |
| HSL | 206.45º | 0.49% | 0.37% | - |
| HSV(B) | 206.45º | 0.66% | 0.55% | - |
| XYZ | 10.58 | 11.67 | 26.89 | - |
| YUV | 89.13 | 157.27 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 141 | 0.66 | 0.29 | 0 | 0.45 | 206.45 | 0.49 | 0.37 |
| Hex | 30 | 64 | 8D | 42 | 1D | 0 | 2D | CE | 31 | 25 |
| Octal | 60 | 144 | 215 | 102 | 35 | 0 | 55 | 316 | 61 | 45 |
| Binary | 110000 | 1100100 | 10001101 | 1000010 | 11101 | 0 | 101101 | 11001110 | 110001 | 100101 |
Color Harmonies of #30648D
Complementary color
Monochromatic Colors of #30648D
Black with #30648D
Text Example
Text Example
White with #30648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30648D; }
p { color: rgb(48,100,141); }
H1.HeaderClassName
{
color: #30648D;
}
.AnyTagClassName
{
color: #30648D;
}
</style>
background-color css
<style>
a { background-color: #30648D; }
a { background-color: rgb(48,100,141); }
div.DivClassName
{
background-color: #30648D;
}
.BgClassName
{
background-color: #30648D;
}
</style>
border-color css
<style>
span { border-color: #30648D; }
span { border-color: rgb(48,100,141); }
td.TdClassName
{
border-color: #30648D;
}
.TagClassName
{
border-color: #30648D;
}
</style>