Shades of Lochmara #306BA9
Tints of Lochmara #306BA9
RGB
CMYK
RGB Variations
Color information
#306BA9 (or 0x306BA9) is known color: Lochmara. HEX triplet: 30, 6B and A9. RGB value is (48,107,169). Sum of RGB (Red+Green+Blue) = 48+107+169=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 169 (66.41% from 255 or 52.16% from 324); Max value from RGB is 169 - color contains mainly: blue. Hex color #306BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306BA9 is #CF9456. Grayscale: #606060. Windows color (decimal): -13603927 or 11103024. OLE color: 11103024.
HSL color Cylindrical-coordinate representation of color #306BA9: hue angle of 210.74º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #306BA9 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 107 | 169 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.34 |
| HSL | 210.74º | 0.56% | 0.43% | - |
| HSV(B) | 210.74º | 0.72% | 0.66% | - |
| XYZ | 13.64 | 14.01 | 39.52 | - |
| YUV | 96.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 169 | 0.72 | 0.37 | 0 | 0.34 | 210.74 | 0.56 | 0.43 |
| Hex | 30 | 6B | A9 | 48 | 25 | 0 | 22 | D3 | 38 | 2B |
| Octal | 60 | 153 | 251 | 110 | 45 | 0 | 42 | 323 | 70 | 53 |
| Binary | 110000 | 1101011 | 10101001 | 1001000 | 100101 | 0 | 100010 | 11010011 | 111000 | 101011 |
Color Harmonies of #306BA9
Complementary color
Monochromatic Colors of #306BA9
Black with #306BA9
Text Example
Text Example
White with #306BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306BA9; }
p { color: rgb(48,107,169); }
H1.HeaderClassName
{
color: #306BA9;
}
.AnyTagClassName
{
color: #306BA9;
}
</style>
background-color css
<style>
a { background-color: #306BA9; }
a { background-color: rgb(48,107,169); }
div.DivClassName
{
background-color: #306BA9;
}
.BgClassName
{
background-color: #306BA9;
}
</style>
border-color css
<style>
span { border-color: #306BA9; }
span { border-color: rgb(48,107,169); }
td.TdClassName
{
border-color: #306BA9;
}
.TagClassName
{
border-color: #306BA9;
}
</style>