Shades of Lochmara #306AB1
Tints of Lochmara #306AB1
RGB
CMYK
RGB Variations
Color information
#306AB1 (or 0x306AB1) is known color: Lochmara. HEX triplet: 30, 6A and B1. RGB value is (48,106,177). Sum of RGB (Red+Green+Blue) = 48+106+177=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #306AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306AB1 is #CF954E. Grayscale: #606060. Windows color (decimal): -13604175 or 11627056. OLE color: 11627056.
HSL color Cylindrical-coordinate representation of color #306AB1: hue angle of 213.02º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #306AB1 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 106 | 177 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.31 |
| HSL | 213.02º | 0.57% | 0.44% | - |
| HSV(B) | 213.02º | 0.73% | 0.69% | - |
| XYZ | 14.31 | 14.11 | 43.56 | - |
| YUV | 96.75 | 173.28 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 106 | 177 | 0.73 | 0.40 | 0 | 0.31 | 213.02 | 0.57 | 0.44 |
| Hex | 30 | 6A | B1 | 49 | 28 | 0 | 1F | D5 | 39 | 2C |
| Octal | 60 | 152 | 261 | 111 | 50 | 0 | 37 | 325 | 71 | 54 |
| Binary | 110000 | 1101010 | 10110001 | 1001001 | 101000 | 0 | 11111 | 11010101 | 111001 | 101100 |
Color Harmonies of #306AB1
Complementary color
Monochromatic Colors of #306AB1
Black with #306AB1
Text Example
Text Example
White with #306AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306AB1; }
p { color: rgb(48,106,177); }
H1.HeaderClassName
{
color: #306AB1;
}
.AnyTagClassName
{
color: #306AB1;
}
</style>
background-color css
<style>
a { background-color: #306AB1; }
a { background-color: rgb(48,106,177); }
div.DivClassName
{
background-color: #306AB1;
}
.BgClassName
{
background-color: #306AB1;
}
</style>
border-color css
<style>
span { border-color: #306AB1; }
span { border-color: rgb(48,106,177); }
td.TdClassName
{
border-color: #306AB1;
}
.TagClassName
{
border-color: #306AB1;
}
</style>