Shades of Lochmara #30639F
Tints of Lochmara #30639F
RGB
CMYK
RGB Variations
Color information
#30639F (or 0x30639F) is known color: Lochmara. HEX triplet: 30, 63 and 9F. RGB value is (48,99,159). Sum of RGB (Red+Green+Blue) = 48+99+159=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #30639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30639F is #CF9C60. Grayscale: #5A5A5A. Windows color (decimal): -13605985 or 10445616. OLE color: 10445616.
HSL color Cylindrical-coordinate representation of color #30639F: hue angle of 212.43º 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 #30639F is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 99 | 159 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.38 |
| HSL | 212.43º | 0.54% | 0.41% | - |
| HSV(B) | 212.43º | 0.7% | 0.62% | - |
| XYZ | 11.94 | 12.06 | 34.5 | - |
| YUV | 90.59 | 166.6 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 159 | 0.70 | 0.38 | 0 | 0.38 | 212.43 | 0.54 | 0.41 |
| Hex | 30 | 63 | 9F | 46 | 26 | 0 | 26 | D4 | 36 | 29 |
| Octal | 60 | 143 | 237 | 106 | 46 | 0 | 46 | 324 | 66 | 51 |
| Binary | 110000 | 1100011 | 10011111 | 1000110 | 100110 | 0 | 100110 | 11010100 | 110110 | 101001 |
Color Harmonies of #30639F
Complementary color
Monochromatic Colors of #30639F
Black with #30639F
Text Example
Text Example
White with #30639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30639F; }
p { color: rgb(48,99,159); }
H1.HeaderClassName
{
color: #30639F;
}
.AnyTagClassName
{
color: #30639F;
}
</style>
background-color css
<style>
a { background-color: #30639F; }
a { background-color: rgb(48,99,159); }
div.DivClassName
{
background-color: #30639F;
}
.BgClassName
{
background-color: #30639F;
}
</style>
border-color css
<style>
span { border-color: #30639F; }
span { border-color: rgb(48,99,159); }
td.TdClassName
{
border-color: #30639F;
}
.TagClassName
{
border-color: #30639F;
}
</style>