Shades of Lochmara #30659D
Tints of Lochmara #30659D
RGB
CMYK
RGB Variations
Color information
#30659D (or 0x30659D) is known color: Lochmara. HEX triplet: 30, 65 and 9D. RGB value is (48,101,157). Sum of RGB (Red+Green+Blue) = 48+101+157=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #30659D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30659D is #CF9A62. Grayscale: #5B5B5B. Windows color (decimal): -13605475 or 10315056. OLE color: 10315056.
HSL color Cylindrical-coordinate representation of color #30659D: hue angle of 210.83º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30659D is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 101 | 157 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.38 |
| HSL | 210.83º | 0.53% | 0.4% | - |
| HSV(B) | 210.83º | 0.69% | 0.62% | - |
| XYZ | 11.96 | 12.37 | 33.66 | - |
| YUV | 91.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 157 | 0.69 | 0.36 | 0 | 0.38 | 210.83 | 0.53 | 0.4 |
| Hex | 30 | 65 | 9D | 45 | 24 | 0 | 26 | D3 | 35 | 28 |
| Octal | 60 | 145 | 235 | 105 | 44 | 0 | 46 | 323 | 65 | 50 |
| Binary | 110000 | 1100101 | 10011101 | 1000101 | 100100 | 0 | 100110 | 11010011 | 110101 | 101000 |
Color Harmonies of #30659D
Complementary color
Monochromatic Colors of #30659D
Black with #30659D
Text Example
Text Example
White with #30659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30659D; }
p { color: rgb(48,101,157); }
H1.HeaderClassName
{
color: #30659D;
}
.AnyTagClassName
{
color: #30659D;
}
</style>
background-color css
<style>
a { background-color: #30659D; }
a { background-color: rgb(48,101,157); }
div.DivClassName
{
background-color: #30659D;
}
.BgClassName
{
background-color: #30659D;
}
</style>
border-color css
<style>
span { border-color: #30659D; }
span { border-color: rgb(48,101,157); }
td.TdClassName
{
border-color: #30659D;
}
.TagClassName
{
border-color: #30659D;
}
</style>