Shades of Lochmara #30649F
Tints of Lochmara #30649F
RGB
CMYK
RGB Variations
Color information
#30649F (or 0x30649F) is known color: Lochmara. HEX triplet: 30, 64 and 9F. RGB value is (48,100,159). Sum of RGB (Red+Green+Blue) = 48+100+159=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #30649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30649F is #CF9B60. Grayscale: #5A5A5A. Windows color (decimal): -13605729 or 10445872. OLE color: 10445872.
HSL color Cylindrical-coordinate representation of color #30649F: hue angle of 211.89º 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 #30649F is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 100 | 159 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.38 |
| HSL | 211.89º | 0.54% | 0.41% | - |
| HSV(B) | 211.89º | 0.7% | 0.62% | - |
| XYZ | 12.03 | 12.25 | 34.53 | - |
| YUV | 91.18 | 166.27 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 159 | 0.70 | 0.37 | 0 | 0.38 | 211.89 | 0.54 | 0.41 |
| Hex | 30 | 64 | 9F | 46 | 25 | 0 | 26 | D4 | 36 | 29 |
| Octal | 60 | 144 | 237 | 106 | 45 | 0 | 46 | 324 | 66 | 51 |
| Binary | 110000 | 1100100 | 10011111 | 1000110 | 100101 | 0 | 100110 | 11010100 | 110110 | 101001 |
Color Harmonies of #30649F
Complementary color
Monochromatic Colors of #30649F
Black with #30649F
Text Example
Text Example
White with #30649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30649F; }
p { color: rgb(48,100,159); }
H1.HeaderClassName
{
color: #30649F;
}
.AnyTagClassName
{
color: #30649F;
}
</style>
background-color css
<style>
a { background-color: #30649F; }
a { background-color: rgb(48,100,159); }
div.DivClassName
{
background-color: #30649F;
}
.BgClassName
{
background-color: #30649F;
}
</style>
border-color css
<style>
span { border-color: #30649F; }
span { border-color: rgb(48,100,159); }
td.TdClassName
{
border-color: #30649F;
}
.TagClassName
{
border-color: #30649F;
}
</style>