Shades of Lochmara #30669C
Tints of Lochmara #30669C
RGB
CMYK
RGB Variations
Color information
#30669C (or 0x30669C) is known color: Lochmara. HEX triplet: 30, 66 and 9C. RGB value is (48,102,156). Sum of RGB (Red+Green+Blue) = 48+102+156=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #30669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30669C is #CF9963. Grayscale: #5B5B5B. Windows color (decimal): -13605220 or 10249776. OLE color: 10249776.
HSL color Cylindrical-coordinate representation of color #30669C: hue angle of 210º 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 #30669C is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 102 | 156 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.39 |
| HSL | 210º | 0.53% | 0.4% | - |
| HSV(B) | 210º | 0.69% | 0.61% | - |
| XYZ | 11.97 | 12.53 | 33.24 | - |
| YUV | 92.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 156 | 0.69 | 0.35 | 0 | 0.39 | 210 | 0.53 | 0.4 |
| Hex | 30 | 66 | 9C | 45 | 23 | 0 | 27 | D2 | 35 | 28 |
| Octal | 60 | 146 | 234 | 105 | 43 | 0 | 47 | 322 | 65 | 50 |
| Binary | 110000 | 1100110 | 10011100 | 1000101 | 100011 | 0 | 100111 | 11010010 | 110101 | 101000 |
Color Harmonies of #30669C
Complementary color
Monochromatic Colors of #30669C
Black with #30669C
Text Example
Text Example
White with #30669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30669C; }
p { color: rgb(48,102,156); }
H1.HeaderClassName
{
color: #30669C;
}
.AnyTagClassName
{
color: #30669C;
}
</style>
background-color css
<style>
a { background-color: #30669C; }
a { background-color: rgb(48,102,156); }
div.DivClassName
{
background-color: #30669C;
}
.BgClassName
{
background-color: #30669C;
}
</style>
border-color css
<style>
span { border-color: #30669C; }
span { border-color: rgb(48,102,156); }
td.TdClassName
{
border-color: #30669C;
}
.TagClassName
{
border-color: #30669C;
}
</style>