Shades of Lochmara #3075AB
Tints of Lochmara #3075AB
RGB
CMYK
RGB Variations
Color information
#3075AB (or 0x3075AB) is known color: Lochmara. HEX triplet: 30, 75 and AB. RGB value is (48,117,171). Sum of RGB (Red+Green+Blue) = 48+117+171=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #3075AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3075AB is #CF8A54. Grayscale: #666666. Windows color (decimal): -13601365 or 11236656. OLE color: 11236656.
HSL color Cylindrical-coordinate representation of color #3075AB: hue angle of 206.34º 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 #3075AB is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 117 | 171 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.33 |
| HSL | 206.34º | 0.56% | 0.43% | - |
| HSV(B) | 206.34º | 0.72% | 0.67% | - |
| XYZ | 14.93 | 16.29 | 40.89 | - |
| YUV | 102.53 | 166.64 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 171 | 0.72 | 0.32 | 0 | 0.33 | 206.34 | 0.56 | 0.43 |
| Hex | 30 | 75 | AB | 48 | 20 | 0 | 21 | CE | 38 | 2B |
| Octal | 60 | 165 | 253 | 110 | 40 | 0 | 41 | 316 | 70 | 53 |
| Binary | 110000 | 1110101 | 10101011 | 1001000 | 100000 | 0 | 100001 | 11001110 | 111000 | 101011 |
Color Harmonies of #3075AB
Complementary color
Monochromatic Colors of #3075AB
Black with #3075AB
Text Example
Text Example
White with #3075AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3075AB; }
p { color: rgb(48,117,171); }
H1.HeaderClassName
{
color: #3075AB;
}
.AnyTagClassName
{
color: #3075AB;
}
</style>
background-color css
<style>
a { background-color: #3075AB; }
a { background-color: rgb(48,117,171); }
div.DivClassName
{
background-color: #3075AB;
}
.BgClassName
{
background-color: #3075AB;
}
</style>
border-color css
<style>
span { border-color: #3075AB; }
span { border-color: rgb(48,117,171); }
td.TdClassName
{
border-color: #3075AB;
}
.TagClassName
{
border-color: #3075AB;
}
</style>