Shades of Lochmara #3075AC
Tints of Lochmara #3075AC
RGB
CMYK
RGB Variations
Color information
#3075AC (or 0x3075AC) is known color: Lochmara. HEX triplet: 30, 75 and AC. RGB value is (48,117,172). Sum of RGB (Red+Green+Blue) = 48+117+172=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #3075AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3075AC is #CF8A53. Grayscale: #666666. Windows color (decimal): -13601364 or 11302192. OLE color: 11302192.
HSL color Cylindrical-coordinate representation of color #3075AC: hue angle of 206.61º 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 #3075AC is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 117 | 172 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.33 |
| HSL | 206.61º | 0.56% | 0.43% | - |
| HSV(B) | 206.61º | 0.72% | 0.67% | - |
| XYZ | 15.03 | 16.33 | 41.39 | - |
| YUV | 102.64 | 167.14 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 172 | 0.72 | 0.32 | 0 | 0.33 | 206.61 | 0.56 | 0.43 |
| Hex | 30 | 75 | AC | 48 | 20 | 0 | 21 | CF | 38 | 2B |
| Octal | 60 | 165 | 254 | 110 | 40 | 0 | 41 | 317 | 70 | 53 |
| Binary | 110000 | 1110101 | 10101100 | 1001000 | 100000 | 0 | 100001 | 11001111 | 111000 | 101011 |
Color Harmonies of #3075AC
Complementary color
Monochromatic Colors of #3075AC
Black with #3075AC
Text Example
Text Example
White with #3075AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3075AC; }
p { color: rgb(48,117,172); }
H1.HeaderClassName
{
color: #3075AC;
}
.AnyTagClassName
{
color: #3075AC;
}
</style>
background-color css
<style>
a { background-color: #3075AC; }
a { background-color: rgb(48,117,172); }
div.DivClassName
{
background-color: #3075AC;
}
.BgClassName
{
background-color: #3075AC;
}
</style>
border-color css
<style>
span { border-color: #3075AC; }
span { border-color: rgb(48,117,172); }
td.TdClassName
{
border-color: #3075AC;
}
.TagClassName
{
border-color: #3075AC;
}
</style>