Shades of Lochmara #30749A
Tints of Lochmara #30749A
RGB
CMYK
RGB Variations
Color information
#30749A (or 0x30749A) is known color: Lochmara. HEX triplet: 30, 74 and 9A. RGB value is (48,116,154). Sum of RGB (Red+Green+Blue) = 48+116+154=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #30749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30749A is #CF8B65. Grayscale: #636363. Windows color (decimal): -13601638 or 10122288. OLE color: 10122288.
HSL color Cylindrical-coordinate representation of color #30749A: hue angle of 201.51º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30749A is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 116 | 154 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.40 |
| HSL | 201.51º | 0.52% | 0.4% | - |
| HSV(B) | 201.51º | 0.69% | 0.6% | - |
| XYZ | 13.3 | 15.45 | 32.85 | - |
| YUV | 100 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 154 | 0.69 | 0.25 | 0 | 0.40 | 201.51 | 0.52 | 0.4 |
| Hex | 30 | 74 | 9A | 45 | 19 | 0 | 28 | CA | 34 | 28 |
| Octal | 60 | 164 | 232 | 105 | 31 | 0 | 50 | 312 | 64 | 50 |
| Binary | 110000 | 1110100 | 10011010 | 1000101 | 11001 | 0 | 101000 | 11001010 | 110100 | 101000 |
Color Harmonies of #30749A
Complementary color
Monochromatic Colors of #30749A
Black with #30749A
Text Example
Text Example
White with #30749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30749A; }
p { color: rgb(48,116,154); }
H1.HeaderClassName
{
color: #30749A;
}
.AnyTagClassName
{
color: #30749A;
}
</style>
background-color css
<style>
a { background-color: #30749A; }
a { background-color: rgb(48,116,154); }
div.DivClassName
{
background-color: #30749A;
}
.BgClassName
{
background-color: #30749A;
}
</style>
border-color css
<style>
span { border-color: #30749A; }
span { border-color: rgb(48,116,154); }
td.TdClassName
{
border-color: #30749A;
}
.TagClassName
{
border-color: #30749A;
}
</style>