Shades of Lochmara #3078AB
Tints of Lochmara #3078AB
RGB
CMYK
RGB Variations
Color information
#3078AB (or 0x3078AB) is known color: Lochmara. HEX triplet: 30, 78 and AB. RGB value is (48,120,171). Sum of RGB (Red+Green+Blue) = 48+120+171=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #3078AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3078AB is #CF8754. Grayscale: #686868. Windows color (decimal): -13600597 or 11237424. OLE color: 11237424.
HSL color Cylindrical-coordinate representation of color #3078AB: hue angle of 204.88º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3078AB is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 120 | 171 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.33 |
| HSL | 204.88º | 0.56% | 0.43% | - |
| HSV(B) | 204.88º | 0.72% | 0.67% | - |
| XYZ | 15.29 | 17 | 41 | - |
| YUV | 104.29 | 165.65 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 171 | 0.72 | 0.30 | 0 | 0.33 | 204.88 | 0.56 | 0.43 |
| Hex | 30 | 78 | AB | 48 | 1E | 0 | 21 | CD | 38 | 2B |
| Octal | 60 | 170 | 253 | 110 | 36 | 0 | 41 | 315 | 70 | 53 |
| Binary | 110000 | 1111000 | 10101011 | 1001000 | 11110 | 0 | 100001 | 11001101 | 111000 | 101011 |
Color Harmonies of #3078AB
Complementary color
Monochromatic Colors of #3078AB
Black with #3078AB
Text Example
Text Example
White with #3078AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3078AB; }
p { color: rgb(48,120,171); }
H1.HeaderClassName
{
color: #3078AB;
}
.AnyTagClassName
{
color: #3078AB;
}
</style>
background-color css
<style>
a { background-color: #3078AB; }
a { background-color: rgb(48,120,171); }
div.DivClassName
{
background-color: #3078AB;
}
.BgClassName
{
background-color: #3078AB;
}
</style>
border-color css
<style>
span { border-color: #3078AB; }
span { border-color: rgb(48,120,171); }
td.TdClassName
{
border-color: #3078AB;
}
.TagClassName
{
border-color: #3078AB;
}
</style>