Shades of Lochmara #306FB3
Tints of Lochmara #306FB3
RGB
CMYK
RGB Variations
Color information
#306FB3 (or 0x306FB3) is known color: Lochmara. HEX triplet: 30, 6F and B3. RGB value is (48,111,179). Sum of RGB (Red+Green+Blue) = 48+111+179=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #306FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FB3 is #CF904C. Grayscale: #636363. Windows color (decimal): -13602893 or 11759408. OLE color: 11759408.
HSL color Cylindrical-coordinate representation of color #306FB3: hue angle of 211.15º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #306FB3 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 111 | 179 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.30 |
| HSL | 211.15º | 0.58% | 0.45% | - |
| HSV(B) | 211.15º | 0.73% | 0.7% | - |
| XYZ | 15.04 | 15.25 | 44.8 | - |
| YUV | 99.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 179 | 0.73 | 0.38 | 0 | 0.30 | 211.15 | 0.58 | 0.45 |
| Hex | 30 | 6F | B3 | 49 | 26 | 0 | 1E | D3 | 3A | 2D |
| Octal | 60 | 157 | 263 | 111 | 46 | 0 | 36 | 323 | 72 | 55 |
| Binary | 110000 | 1101111 | 10110011 | 1001001 | 100110 | 0 | 11110 | 11010011 | 111010 | 101101 |
Color Harmonies of #306FB3
Complementary color
Monochromatic Colors of #306FB3
Black with #306FB3
Text Example
Text Example
White with #306FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FB3; }
p { color: rgb(48,111,179); }
H1.HeaderClassName
{
color: #306FB3;
}
.AnyTagClassName
{
color: #306FB3;
}
</style>
background-color css
<style>
a { background-color: #306FB3; }
a { background-color: rgb(48,111,179); }
div.DivClassName
{
background-color: #306FB3;
}
.BgClassName
{
background-color: #306FB3;
}
</style>
border-color css
<style>
span { border-color: #306FB3; }
span { border-color: rgb(48,111,179); }
td.TdClassName
{
border-color: #306FB3;
}
.TagClassName
{
border-color: #306FB3;
}
</style>