Shades of Lochmara #30779F
Tints of Lochmara #30779F
RGB
CMYK
RGB Variations
Color information
#30779F (or 0x30779F) is known color: Lochmara. HEX triplet: 30, 77 and 9F. RGB value is (48,119,159). Sum of RGB (Red+Green+Blue) = 48+119+159=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #30779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30779F is #CF8860. Grayscale: #666666. Windows color (decimal): -13600865 or 10450736. OLE color: 10450736.
HSL color Cylindrical-coordinate representation of color #30779F: hue angle of 201.62º 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 #30779F is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 119 | 159 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.38 |
| HSL | 201.62º | 0.54% | 0.41% | - |
| HSV(B) | 201.62º | 0.7% | 0.62% | - |
| XYZ | 14.07 | 16.33 | 35.21 | - |
| YUV | 102.33 | 159.98 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 159 | 0.70 | 0.25 | 0 | 0.38 | 201.62 | 0.54 | 0.41 |
| Hex | 30 | 77 | 9F | 46 | 19 | 0 | 26 | CA | 36 | 29 |
| Octal | 60 | 167 | 237 | 106 | 31 | 0 | 46 | 312 | 66 | 51 |
| Binary | 110000 | 1110111 | 10011111 | 1000110 | 11001 | 0 | 100110 | 11001010 | 110110 | 101001 |
Color Harmonies of #30779F
Complementary color
Monochromatic Colors of #30779F
Black with #30779F
Text Example
Text Example
White with #30779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30779F; }
p { color: rgb(48,119,159); }
H1.HeaderClassName
{
color: #30779F;
}
.AnyTagClassName
{
color: #30779F;
}
</style>
background-color css
<style>
a { background-color: #30779F; }
a { background-color: rgb(48,119,159); }
div.DivClassName
{
background-color: #30779F;
}
.BgClassName
{
background-color: #30779F;
}
</style>
border-color css
<style>
span { border-color: #30779F; }
span { border-color: rgb(48,119,159); }
td.TdClassName
{
border-color: #30779F;
}
.TagClassName
{
border-color: #30779F;
}
</style>