Shades of Lochmara #306DA1
Tints of Lochmara #306DA1
RGB
CMYK
RGB Variations
Color information
#306DA1 (or 0x306DA1) is known color: Lochmara. HEX triplet: 30, 6D and A1. RGB value is (48,109,161). Sum of RGB (Red+Green+Blue) = 48+109+161=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 161 (63.28% from 255 or 50.63% from 318); Max value from RGB is 161 - color contains mainly: blue. Hex color #306DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306DA1 is #CF925E. Grayscale: #606060. Windows color (decimal): -13603423 or 10579248. OLE color: 10579248.
HSL color Cylindrical-coordinate representation of color #306DA1: hue angle of 207.61º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #306DA1 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 109 | 161 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.37 |
| HSL | 207.61º | 0.54% | 0.41% | - |
| HSV(B) | 207.61º | 0.7% | 0.63% | - |
| XYZ | 13.12 | 14.14 | 35.76 | - |
| YUV | 96.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 161 | 0.70 | 0.32 | 0 | 0.37 | 207.61 | 0.54 | 0.41 |
| Hex | 30 | 6D | A1 | 46 | 20 | 0 | 25 | D0 | 36 | 29 |
| Octal | 60 | 155 | 241 | 106 | 40 | 0 | 45 | 320 | 66 | 51 |
| Binary | 110000 | 1101101 | 10100001 | 1000110 | 100000 | 0 | 100101 | 11010000 | 110110 | 101001 |
Color Harmonies of #306DA1
Complementary color
Monochromatic Colors of #306DA1
Black with #306DA1
Text Example
Text Example
White with #306DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306DA1; }
p { color: rgb(48,109,161); }
H1.HeaderClassName
{
color: #306DA1;
}
.AnyTagClassName
{
color: #306DA1;
}
</style>
background-color css
<style>
a { background-color: #306DA1; }
a { background-color: rgb(48,109,161); }
div.DivClassName
{
background-color: #306DA1;
}
.BgClassName
{
background-color: #306DA1;
}
</style>
border-color css
<style>
span { border-color: #306DA1; }
span { border-color: rgb(48,109,161); }
td.TdClassName
{
border-color: #306DA1;
}
.TagClassName
{
border-color: #306DA1;
}
</style>