Shades of Lochmara #307AAC
Tints of Lochmara #307AAC
RGB
CMYK
RGB Variations
Color information
#307AAC (or 0x307AAC) is known color: Lochmara. HEX triplet: 30, 7A and AC. RGB value is (48,122,172). Sum of RGB (Red+Green+Blue) = 48+122+172=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #307AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307AAC is #CF8553. Grayscale: #696969. Windows color (decimal): -13600084 or 11303472. OLE color: 11303472.
HSL color Cylindrical-coordinate representation of color #307AAC: hue angle of 204.19º 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 #307AAC is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 122 | 172 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.33 |
| HSL | 204.19º | 0.56% | 0.43% | - |
| HSV(B) | 204.19º | 0.72% | 0.67% | - |
| XYZ | 15.62 | 17.53 | 41.59 | - |
| YUV | 105.57 | 165.48 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 172 | 0.72 | 0.29 | 0 | 0.33 | 204.19 | 0.56 | 0.43 |
| Hex | 30 | 7A | AC | 48 | 1D | 0 | 21 | CC | 38 | 2B |
| Octal | 60 | 172 | 254 | 110 | 35 | 0 | 41 | 314 | 70 | 53 |
| Binary | 110000 | 1111010 | 10101100 | 1001000 | 11101 | 0 | 100001 | 11001100 | 111000 | 101011 |
Color Harmonies of #307AAC
Complementary color
Monochromatic Colors of #307AAC
Black with #307AAC
Text Example
Text Example
White with #307AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307AAC; }
p { color: rgb(48,122,172); }
H1.HeaderClassName
{
color: #307AAC;
}
.AnyTagClassName
{
color: #307AAC;
}
</style>
background-color css
<style>
a { background-color: #307AAC; }
a { background-color: rgb(48,122,172); }
div.DivClassName
{
background-color: #307AAC;
}
.BgClassName
{
background-color: #307AAC;
}
</style>
border-color css
<style>
span { border-color: #307AAC; }
span { border-color: rgb(48,122,172); }
td.TdClassName
{
border-color: #307AAC;
}
.TagClassName
{
border-color: #307AAC;
}
</style>