Shades of Lochmara #30639E
Tints of Lochmara #30639E
RGB
CMYK
RGB Variations
Color information
#30639E (or 0x30639E) is known color: Lochmara. HEX triplet: 30, 63 and 9E. RGB value is (48,99,158). Sum of RGB (Red+Green+Blue) = 48+99+158=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #30639E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30639E is #CF9C61. Grayscale: #5A5A5A. Windows color (decimal): -13605986 or 10380080. OLE color: 10380080.
HSL color Cylindrical-coordinate representation of color #30639E: hue angle of 212.18º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30639E is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 99 | 158 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.38 |
| HSL | 212.18º | 0.53% | 0.4% | - |
| HSV(B) | 212.18º | 0.7% | 0.62% | - |
| XYZ | 11.85 | 12.02 | 34.04 | - |
| YUV | 90.48 | 166.1 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 158 | 0.70 | 0.37 | 0 | 0.38 | 212.18 | 0.53 | 0.4 |
| Hex | 30 | 63 | 9E | 46 | 25 | 0 | 26 | D4 | 35 | 28 |
| Octal | 60 | 143 | 236 | 106 | 45 | 0 | 46 | 324 | 65 | 50 |
| Binary | 110000 | 1100011 | 10011110 | 1000110 | 100101 | 0 | 100110 | 11010100 | 110101 | 101000 |
Color Harmonies of #30639E
Complementary color
Monochromatic Colors of #30639E
Black with #30639E
Text Example
Text Example
White with #30639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30639E; }
p { color: rgb(48,99,158); }
H1.HeaderClassName
{
color: #30639E;
}
.AnyTagClassName
{
color: #30639E;
}
</style>
background-color css
<style>
a { background-color: #30639E; }
a { background-color: rgb(48,99,158); }
div.DivClassName
{
background-color: #30639E;
}
.BgClassName
{
background-color: #30639E;
}
</style>
border-color css
<style>
span { border-color: #30639E; }
span { border-color: rgb(48,99,158); }
td.TdClassName
{
border-color: #30639E;
}
.TagClassName
{
border-color: #30639E;
}
</style>