Shades of Lochmara #30759C
Tints of Lochmara #30759C
RGB
CMYK
RGB Variations
Color information
#30759C (or 0x30759C) is known color: Lochmara. HEX triplet: 30, 75 and 9C. RGB value is (48,117,156). Sum of RGB (Red+Green+Blue) = 48+117+156=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #30759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30759C is #CF8A63. Grayscale: #646464. Windows color (decimal): -13601380 or 10253616. OLE color: 10253616.
HSL color Cylindrical-coordinate representation of color #30759C: hue angle of 201.67º 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 #30759C is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 117 | 156 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.39 |
| HSL | 201.67º | 0.53% | 0.4% | - |
| HSV(B) | 201.67º | 0.69% | 0.61% | - |
| XYZ | 13.58 | 15.75 | 33.78 | - |
| YUV | 100.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 156 | 0.69 | 0.25 | 0 | 0.39 | 201.67 | 0.53 | 0.4 |
| Hex | 30 | 75 | 9C | 45 | 19 | 0 | 27 | CA | 35 | 28 |
| Octal | 60 | 165 | 234 | 105 | 31 | 0 | 47 | 312 | 65 | 50 |
| Binary | 110000 | 1110101 | 10011100 | 1000101 | 11001 | 0 | 100111 | 11001010 | 110101 | 101000 |
Color Harmonies of #30759C
Complementary color
Monochromatic Colors of #30759C
Black with #30759C
Text Example
Text Example
White with #30759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30759C; }
p { color: rgb(48,117,156); }
H1.HeaderClassName
{
color: #30759C;
}
.AnyTagClassName
{
color: #30759C;
}
</style>
background-color css
<style>
a { background-color: #30759C; }
a { background-color: rgb(48,117,156); }
div.DivClassName
{
background-color: #30759C;
}
.BgClassName
{
background-color: #30759C;
}
</style>
border-color css
<style>
span { border-color: #30759C; }
span { border-color: rgb(48,117,156); }
td.TdClassName
{
border-color: #30759C;
}
.TagClassName
{
border-color: #30759C;
}
</style>