Shades of Lochmara #30799F
Tints of Lochmara #30799F
RGB
CMYK
RGB Variations
Color information
#30799F (or 0x30799F) is known color: Lochmara. HEX triplet: 30, 79 and 9F. RGB value is (48,121,159). Sum of RGB (Red+Green+Blue) = 48+121+159=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #30799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30799F is #CF8660. Grayscale: #676767. Windows color (decimal): -13600353 or 10451248. OLE color: 10451248.
HSL color Cylindrical-coordinate representation of color #30799F: hue angle of 200.54º 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 #30799F is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 121 | 159 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.38 |
| HSL | 200.54º | 0.54% | 0.41% | - |
| HSV(B) | 200.54º | 0.7% | 0.62% | - |
| XYZ | 14.31 | 16.81 | 35.29 | - |
| YUV | 103.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 159 | 0.70 | 0.24 | 0 | 0.38 | 200.54 | 0.54 | 0.41 |
| Hex | 30 | 79 | 9F | 46 | 18 | 0 | 26 | C9 | 36 | 29 |
| Octal | 60 | 171 | 237 | 106 | 30 | 0 | 46 | 311 | 66 | 51 |
| Binary | 110000 | 1111001 | 10011111 | 1000110 | 11000 | 0 | 100110 | 11001001 | 110110 | 101001 |
Color Harmonies of #30799F
Complementary color
Monochromatic Colors of #30799F
Black with #30799F
Text Example
Text Example
White with #30799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30799F; }
p { color: rgb(48,121,159); }
H1.HeaderClassName
{
color: #30799F;
}
.AnyTagClassName
{
color: #30799F;
}
</style>
background-color css
<style>
a { background-color: #30799F; }
a { background-color: rgb(48,121,159); }
div.DivClassName
{
background-color: #30799F;
}
.BgClassName
{
background-color: #30799F;
}
</style>
border-color css
<style>
span { border-color: #30799F; }
span { border-color: rgb(48,121,159); }
td.TdClassName
{
border-color: #30799F;
}
.TagClassName
{
border-color: #30799F;
}
</style>