Shades of Lochmara #30609D
Tints of Lochmara #30609D
RGB
CMYK
RGB Variations
Color information
#30609D (or 0x30609D) is known color: Lochmara. HEX triplet: 30, 60 and 9D. RGB value is (48,96,157). Sum of RGB (Red+Green+Blue) = 48+96+157=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #30609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30609D is #CF9F62. Grayscale: #585858. Windows color (decimal): -13606755 or 10313776. OLE color: 10313776.
HSL color Cylindrical-coordinate representation of color #30609D: hue angle of 213.58º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30609D is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 96 | 157 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.38 |
| HSL | 213.58º | 0.53% | 0.4% | - |
| HSV(B) | 213.58º | 0.69% | 0.62% | - |
| XYZ | 11.49 | 11.43 | 33.5 | - |
| YUV | 88.6 | 166.6 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 96 | 157 | 0.69 | 0.39 | 0 | 0.38 | 213.58 | 0.53 | 0.4 |
| Hex | 30 | 60 | 9D | 45 | 27 | 0 | 26 | D6 | 35 | 28 |
| Octal | 60 | 140 | 235 | 105 | 47 | 0 | 46 | 326 | 65 | 50 |
| Binary | 110000 | 1100000 | 10011101 | 1000101 | 100111 | 0 | 100110 | 11010110 | 110101 | 101000 |
Color Harmonies of #30609D
Complementary color
Monochromatic Colors of #30609D
Black with #30609D
Text Example
Text Example
White with #30609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30609D; }
p { color: rgb(48,96,157); }
H1.HeaderClassName
{
color: #30609D;
}
.AnyTagClassName
{
color: #30609D;
}
</style>
background-color css
<style>
a { background-color: #30609D; }
a { background-color: rgb(48,96,157); }
div.DivClassName
{
background-color: #30609D;
}
.BgClassName
{
background-color: #30609D;
}
</style>
border-color css
<style>
span { border-color: #30609D; }
span { border-color: rgb(48,96,157); }
td.TdClassName
{
border-color: #30609D;
}
.TagClassName
{
border-color: #30609D;
}
</style>