Shades of Endeavour #30618B
Tints of Endeavour #30618B
RGB
CMYK
RGB Variations
Color information
#30618B (or 0x30618B) is known color: Endeavour. HEX triplet: 30, 61 and 8B. RGB value is (48,97,139). Sum of RGB (Red+Green+Blue) = 48+97+139=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #30618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30618B is #CF9E74. Grayscale: #565656. Windows color (decimal): -13606517 or 9134384. OLE color: 9134384.
HSL color Cylindrical-coordinate representation of color #30618B: hue angle of 207.69º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30618B is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 97 | 139 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.45 |
| HSL | 207.69º | 0.49% | 0.37% | - |
| HSV(B) | 207.69º | 0.65% | 0.55% | - |
| XYZ | 10.15 | 11.04 | 26.02 | - |
| YUV | 87.14 | 157.27 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 139 | 0.65 | 0.30 | 0 | 0.45 | 207.69 | 0.49 | 0.37 |
| Hex | 30 | 61 | 8B | 41 | 1E | 0 | 2D | D0 | 31 | 25 |
| Octal | 60 | 141 | 213 | 101 | 36 | 0 | 55 | 320 | 61 | 45 |
| Binary | 110000 | 1100001 | 10001011 | 1000001 | 11110 | 0 | 101101 | 11010000 | 110001 | 100101 |
Color Harmonies of #30618B
Complementary color
Monochromatic Colors of #30618B
Black with #30618B
Text Example
Text Example
White with #30618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30618B; }
p { color: rgb(48,97,139); }
H1.HeaderClassName
{
color: #30618B;
}
.AnyTagClassName
{
color: #30618B;
}
</style>
background-color css
<style>
a { background-color: #30618B; }
a { background-color: rgb(48,97,139); }
div.DivClassName
{
background-color: #30618B;
}
.BgClassName
{
background-color: #30618B;
}
</style>
border-color css
<style>
span { border-color: #30618B; }
span { border-color: rgb(48,97,139); }
td.TdClassName
{
border-color: #30618B;
}
.TagClassName
{
border-color: #30618B;
}
</style>