Shades of Lochmara #30729F
Tints of Lochmara #30729F
RGB
CMYK
RGB Variations
Color information
#30729F (or 0x30729F) is known color: Lochmara. HEX triplet: 30, 72 and 9F. RGB value is (48,114,159). Sum of RGB (Red+Green+Blue) = 48+114+159=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #30729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30729F is #CF8D60. Grayscale: #636363. Windows color (decimal): -13602145 or 10449456. OLE color: 10449456.
HSL color Cylindrical-coordinate representation of color #30729F: hue angle of 204.32º 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 #30729F is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 114 | 159 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.38 |
| HSL | 204.32º | 0.54% | 0.41% | - |
| HSV(B) | 204.32º | 0.7% | 0.62% | - |
| XYZ | 13.49 | 15.17 | 35.02 | - |
| YUV | 99.4 | 161.63 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 159 | 0.70 | 0.28 | 0 | 0.38 | 204.32 | 0.54 | 0.41 |
| Hex | 30 | 72 | 9F | 46 | 1C | 0 | 26 | CC | 36 | 29 |
| Octal | 60 | 162 | 237 | 106 | 34 | 0 | 46 | 314 | 66 | 51 |
| Binary | 110000 | 1110010 | 10011111 | 1000110 | 11100 | 0 | 100110 | 11001100 | 110110 | 101001 |
Color Harmonies of #30729F
Complementary color
Monochromatic Colors of #30729F
Black with #30729F
Text Example
Text Example
White with #30729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30729F; }
p { color: rgb(48,114,159); }
H1.HeaderClassName
{
color: #30729F;
}
.AnyTagClassName
{
color: #30729F;
}
</style>
background-color css
<style>
a { background-color: #30729F; }
a { background-color: rgb(48,114,159); }
div.DivClassName
{
background-color: #30729F;
}
.BgClassName
{
background-color: #30729F;
}
</style>
border-color css
<style>
span { border-color: #30729F; }
span { border-color: rgb(48,114,159); }
td.TdClassName
{
border-color: #30729F;
}
.TagClassName
{
border-color: #30729F;
}
</style>