Shades of Lochmara #30609C
Tints of Lochmara #30609C
RGB
CMYK
RGB Variations
Color information
#30609C (or 0x30609C) is known color: Lochmara. HEX triplet: 30, 60 and 9C. RGB value is (48,96,156). Sum of RGB (Red+Green+Blue) = 48+96+156=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #30609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30609C is #CF9F63. Grayscale: #585858. Windows color (decimal): -13606756 or 10248240. OLE color: 10248240.
HSL color Cylindrical-coordinate representation of color #30609C: hue angle of 213.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30609C is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 96 | 156 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.39 |
| HSL | 213.33º | 0.53% | 0.4% | - |
| HSV(B) | 213.33º | 0.69% | 0.61% | - |
| XYZ | 11.4 | 11.39 | 33.05 | - |
| YUV | 88.49 | 166.1 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 96 | 156 | 0.69 | 0.38 | 0 | 0.39 | 213.33 | 0.53 | 0.4 |
| Hex | 30 | 60 | 9C | 45 | 26 | 0 | 27 | D5 | 35 | 28 |
| Octal | 60 | 140 | 234 | 105 | 46 | 0 | 47 | 325 | 65 | 50 |
| Binary | 110000 | 1100000 | 10011100 | 1000101 | 100110 | 0 | 100111 | 11010101 | 110101 | 101000 |
Color Harmonies of #30609C
Complementary color
Monochromatic Colors of #30609C
Black with #30609C
Text Example
Text Example
White with #30609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30609C; }
p { color: rgb(48,96,156); }
H1.HeaderClassName
{
color: #30609C;
}
.AnyTagClassName
{
color: #30609C;
}
</style>
background-color css
<style>
a { background-color: #30609C; }
a { background-color: rgb(48,96,156); }
div.DivClassName
{
background-color: #30609C;
}
.BgClassName
{
background-color: #30609C;
}
</style>
border-color css
<style>
span { border-color: #30609C; }
span { border-color: rgb(48,96,156); }
td.TdClassName
{
border-color: #30609C;
}
.TagClassName
{
border-color: #30609C;
}
</style>