Shades of Lochmara #3079A3
Tints of Lochmara #3079A3
RGB
CMYK
RGB Variations
Color information
#3079A3 (or 0x3079A3) is known color: Lochmara. HEX triplet: 30, 79 and A3. RGB value is (48,121,163). Sum of RGB (Red+Green+Blue) = 48+121+163=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 163 (64.06% from 255 or 49.10% from 332); Max value from RGB is 163 - color contains mainly: blue. Hex color #3079A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3079A3 is #CF865C. Grayscale: #676767. Windows color (decimal): -13600349 or 10713392. OLE color: 10713392.
HSL color Cylindrical-coordinate representation of color #3079A3: hue angle of 201.91º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3079A3 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 121 | 163 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.36 |
| HSL | 201.91º | 0.55% | 0.41% | - |
| HSV(B) | 201.91º | 0.71% | 0.64% | - |
| XYZ | 14.67 | 16.95 | 37.15 | - |
| YUV | 103.96 | 161.32 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 163 | 0.71 | 0.26 | 0 | 0.36 | 201.91 | 0.55 | 0.41 |
| Hex | 30 | 79 | A3 | 47 | 1A | 0 | 24 | CA | 37 | 29 |
| Octal | 60 | 171 | 243 | 107 | 32 | 0 | 44 | 312 | 67 | 51 |
| Binary | 110000 | 1111001 | 10100011 | 1000111 | 11010 | 0 | 100100 | 11001010 | 110111 | 101001 |
Color Harmonies of #3079A3
Complementary color
Monochromatic Colors of #3079A3
Black with #3079A3
Text Example
Text Example
White with #3079A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3079A3; }
p { color: rgb(48,121,163); }
H1.HeaderClassName
{
color: #3079A3;
}
.AnyTagClassName
{
color: #3079A3;
}
</style>
background-color css
<style>
a { background-color: #3079A3; }
a { background-color: rgb(48,121,163); }
div.DivClassName
{
background-color: #3079A3;
}
.BgClassName
{
background-color: #3079A3;
}
</style>
border-color css
<style>
span { border-color: #3079A3; }
span { border-color: rgb(48,121,163); }
td.TdClassName
{
border-color: #3079A3;
}
.TagClassName
{
border-color: #3079A3;
}
</style>