Shades of Lochmara #30769F
Tints of Lochmara #30769F
RGB
CMYK
RGB Variations
Color information
#30769F (or 0x30769F) is known color: Lochmara. HEX triplet: 30, 76 and 9F. RGB value is (48,118,159). Sum of RGB (Red+Green+Blue) = 48+118+159=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #30769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30769F is #CF8960. Grayscale: #656565. Windows color (decimal): -13601121 or 10450480. OLE color: 10450480.
HSL color Cylindrical-coordinate representation of color #30769F: hue angle of 202.16º 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 #30769F is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 118 | 159 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.38 |
| HSL | 202.16º | 0.54% | 0.41% | - |
| HSV(B) | 202.16º | 0.7% | 0.62% | - |
| XYZ | 13.96 | 16.09 | 35.17 | - |
| YUV | 101.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 159 | 0.70 | 0.26 | 0 | 0.38 | 202.16 | 0.54 | 0.41 |
| Hex | 30 | 76 | 9F | 46 | 1A | 0 | 26 | CA | 36 | 29 |
| Octal | 60 | 166 | 237 | 106 | 32 | 0 | 46 | 312 | 66 | 51 |
| Binary | 110000 | 1110110 | 10011111 | 1000110 | 11010 | 0 | 100110 | 11001010 | 110110 | 101001 |
Color Harmonies of #30769F
Complementary color
Monochromatic Colors of #30769F
Black with #30769F
Text Example
Text Example
White with #30769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30769F; }
p { color: rgb(48,118,159); }
H1.HeaderClassName
{
color: #30769F;
}
.AnyTagClassName
{
color: #30769F;
}
</style>
background-color css
<style>
a { background-color: #30769F; }
a { background-color: rgb(48,118,159); }
div.DivClassName
{
background-color: #30769F;
}
.BgClassName
{
background-color: #30769F;
}
</style>
border-color css
<style>
span { border-color: #30769F; }
span { border-color: rgb(48,118,159); }
td.TdClassName
{
border-color: #30769F;
}
.TagClassName
{
border-color: #30769F;
}
</style>