Shades of Lochmara #30649B
Tints of Lochmara #30649B
RGB
CMYK
RGB Variations
Color information
#30649B (or 0x30649B) is known color: Lochmara. HEX triplet: 30, 64 and 9B. RGB value is (48,100,155). Sum of RGB (Red+Green+Blue) = 48+100+155=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #30649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30649B is #CF9B64. Grayscale: #5A5A5A. Windows color (decimal): -13605733 or 10183728. OLE color: 10183728.
HSL color Cylindrical-coordinate representation of color #30649B: hue angle of 210.84º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30649B is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 100 | 155 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.39 |
| HSL | 210.84º | 0.53% | 0.4% | - |
| HSV(B) | 210.84º | 0.69% | 0.61% | - |
| XYZ | 11.69 | 12.11 | 32.73 | - |
| YUV | 90.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 155 | 0.69 | 0.35 | 0 | 0.39 | 210.84 | 0.53 | 0.4 |
| Hex | 30 | 64 | 9B | 45 | 23 | 0 | 27 | D3 | 35 | 28 |
| Octal | 60 | 144 | 233 | 105 | 43 | 0 | 47 | 323 | 65 | 50 |
| Binary | 110000 | 1100100 | 10011011 | 1000101 | 100011 | 0 | 100111 | 11010011 | 110101 | 101000 |
Color Harmonies of #30649B
Complementary color
Monochromatic Colors of #30649B
Black with #30649B
Text Example
Text Example
White with #30649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30649B; }
p { color: rgb(48,100,155); }
H1.HeaderClassName
{
color: #30649B;
}
.AnyTagClassName
{
color: #30649B;
}
</style>
background-color css
<style>
a { background-color: #30649B; }
a { background-color: rgb(48,100,155); }
div.DivClassName
{
background-color: #30649B;
}
.BgClassName
{
background-color: #30649B;
}
</style>
border-color css
<style>
span { border-color: #30649B; }
span { border-color: rgb(48,100,155); }
td.TdClassName
{
border-color: #30649B;
}
.TagClassName
{
border-color: #30649B;
}
</style>