Shades of Lochmara #30799D
Tints of Lochmara #30799D
RGB
CMYK
RGB Variations
Color information
#30799D (or 0x30799D) is known color: Lochmara. HEX triplet: 30, 79 and 9D. RGB value is (48,121,157). Sum of RGB (Red+Green+Blue) = 48+121+157=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #30799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30799D is #CF8662. Grayscale: #676767. Windows color (decimal): -13600355 or 10320176. OLE color: 10320176.
HSL color Cylindrical-coordinate representation of color #30799D: hue angle of 199.82º 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 #30799D is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 121 | 157 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.38 |
| HSL | 199.82º | 0.53% | 0.4% | - |
| HSV(B) | 199.82º | 0.69% | 0.62% | - |
| XYZ | 14.14 | 16.74 | 34.38 | - |
| YUV | 103.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 157 | 0.69 | 0.23 | 0 | 0.38 | 199.82 | 0.53 | 0.4 |
| Hex | 30 | 79 | 9D | 45 | 17 | 0 | 26 | C8 | 35 | 28 |
| Octal | 60 | 171 | 235 | 105 | 27 | 0 | 46 | 310 | 65 | 50 |
| Binary | 110000 | 1111001 | 10011101 | 1000101 | 10111 | 0 | 100110 | 11001000 | 110101 | 101000 |
Color Harmonies of #30799D
Complementary color
Monochromatic Colors of #30799D
Black with #30799D
Text Example
Text Example
White with #30799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30799D; }
p { color: rgb(48,121,157); }
H1.HeaderClassName
{
color: #30799D;
}
.AnyTagClassName
{
color: #30799D;
}
</style>
background-color css
<style>
a { background-color: #30799D; }
a { background-color: rgb(48,121,157); }
div.DivClassName
{
background-color: #30799D;
}
.BgClassName
{
background-color: #30799D;
}
</style>
border-color css
<style>
span { border-color: #30799D; }
span { border-color: rgb(48,121,157); }
td.TdClassName
{
border-color: #30799D;
}
.TagClassName
{
border-color: #30799D;
}
</style>