Shades of Lochmara #306FB2
Tints of Lochmara #306FB2
RGB
CMYK
RGB Variations
Color information
#306FB2 (or 0x306FB2) is known color: Lochmara. HEX triplet: 30, 6F and B2. RGB value is (48,111,178). Sum of RGB (Red+Green+Blue) = 48+111+178=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 178 (69.92% from 255 or 52.82% from 337); Max value from RGB is 178 - color contains mainly: blue. Hex color #306FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306FB2 is #CF904D. Grayscale: #636363. Windows color (decimal): -13602894 or 11693872. OLE color: 11693872.
HSL color Cylindrical-coordinate representation of color #306FB2: hue angle of 210.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #306FB2 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 111 | 178 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.30 |
| HSL | 210.92º | 0.58% | 0.44% | - |
| HSV(B) | 210.92º | 0.73% | 0.7% | - |
| XYZ | 14.94 | 15.21 | 44.27 | - |
| YUV | 99.8 | 172.13 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 178 | 0.73 | 0.38 | 0 | 0.30 | 210.92 | 0.58 | 0.44 |
| Hex | 30 | 6F | B2 | 49 | 26 | 0 | 1E | D3 | 3A | 2C |
| Octal | 60 | 157 | 262 | 111 | 46 | 0 | 36 | 323 | 72 | 54 |
| Binary | 110000 | 1101111 | 10110010 | 1001001 | 100110 | 0 | 11110 | 11010011 | 111010 | 101100 |
Color Harmonies of #306FB2
Complementary color
Monochromatic Colors of #306FB2
Black with #306FB2
Text Example
Text Example
White with #306FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FB2; }
p { color: rgb(48,111,178); }
H1.HeaderClassName
{
color: #306FB2;
}
.AnyTagClassName
{
color: #306FB2;
}
</style>
background-color css
<style>
a { background-color: #306FB2; }
a { background-color: rgb(48,111,178); }
div.DivClassName
{
background-color: #306FB2;
}
.BgClassName
{
background-color: #306FB2;
}
</style>
border-color css
<style>
span { border-color: #306FB2; }
span { border-color: rgb(48,111,178); }
td.TdClassName
{
border-color: #306FB2;
}
.TagClassName
{
border-color: #306FB2;
}
</style>