Shades of Lochmara #30679F
Tints of Lochmara #30679F
RGB
CMYK
RGB Variations
Color information
#30679F (or 0x30679F) is known color: Lochmara. HEX triplet: 30, 67 and 9F. RGB value is (48,103,159). Sum of RGB (Red+Green+Blue) = 48+103+159=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #30679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30679F is #CF9860. Grayscale: #5C5C5C. Windows color (decimal): -13604961 or 10446640. OLE color: 10446640.
HSL color Cylindrical-coordinate representation of color #30679F: hue angle of 210.27º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30679F is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 103 | 159 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.38 |
| HSL | 210.27º | 0.54% | 0.41% | - |
| HSV(B) | 210.27º | 0.7% | 0.62% | - |
| XYZ | 12.33 | 12.83 | 34.63 | - |
| YUV | 92.94 | 165.28 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 159 | 0.70 | 0.35 | 0 | 0.38 | 210.27 | 0.54 | 0.41 |
| Hex | 30 | 67 | 9F | 46 | 23 | 0 | 26 | D2 | 36 | 29 |
| Octal | 60 | 147 | 237 | 106 | 43 | 0 | 46 | 322 | 66 | 51 |
| Binary | 110000 | 1100111 | 10011111 | 1000110 | 100011 | 0 | 100110 | 11010010 | 110110 | 101001 |
Color Harmonies of #30679F
Complementary color
Monochromatic Colors of #30679F
Black with #30679F
Text Example
Text Example
White with #30679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30679F; }
p { color: rgb(48,103,159); }
H1.HeaderClassName
{
color: #30679F;
}
.AnyTagClassName
{
color: #30679F;
}
</style>
background-color css
<style>
a { background-color: #30679F; }
a { background-color: rgb(48,103,159); }
div.DivClassName
{
background-color: #30679F;
}
.BgClassName
{
background-color: #30679F;
}
</style>
border-color css
<style>
span { border-color: #30679F; }
span { border-color: rgb(48,103,159); }
td.TdClassName
{
border-color: #30679F;
}
.TagClassName
{
border-color: #30679F;
}
</style>