Shades of Lochmara #306BAC
Tints of Lochmara #306BAC
RGB
CMYK
RGB Variations
Color information
#306BAC (or 0x306BAC) is known color: Lochmara. HEX triplet: 30, 6B and AC. RGB value is (48,107,172). Sum of RGB (Red+Green+Blue) = 48+107+172=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #306BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306BAC is #CF9453. Grayscale: #606060. Windows color (decimal): -13603924 or 11299632. OLE color: 11299632.
HSL color Cylindrical-coordinate representation of color #306BAC: hue angle of 211.45º 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 #306BAC is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 107 | 172 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.33 |
| HSL | 211.45º | 0.56% | 0.43% | - |
| HSV(B) | 211.45º | 0.72% | 0.67% | - |
| XYZ | 13.92 | 14.12 | 41.02 | - |
| YUV | 96.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 172 | 0.72 | 0.38 | 0 | 0.33 | 211.45 | 0.56 | 0.43 |
| Hex | 30 | 6B | AC | 48 | 26 | 0 | 21 | D3 | 38 | 2B |
| Octal | 60 | 153 | 254 | 110 | 46 | 0 | 41 | 323 | 70 | 53 |
| Binary | 110000 | 1101011 | 10101100 | 1001000 | 100110 | 0 | 100001 | 11010011 | 111000 | 101011 |
Color Harmonies of #306BAC
Complementary color
Monochromatic Colors of #306BAC
Black with #306BAC
Text Example
Text Example
White with #306BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306BAC; }
p { color: rgb(48,107,172); }
H1.HeaderClassName
{
color: #306BAC;
}
.AnyTagClassName
{
color: #306BAC;
}
</style>
background-color css
<style>
a { background-color: #306BAC; }
a { background-color: rgb(48,107,172); }
div.DivClassName
{
background-color: #306BAC;
}
.BgClassName
{
background-color: #306BAC;
}
</style>
border-color css
<style>
span { border-color: #306BAC; }
span { border-color: rgb(48,107,172); }
td.TdClassName
{
border-color: #306BAC;
}
.TagClassName
{
border-color: #306BAC;
}
</style>