Shades of Lochmara #306C96
Tints of Lochmara #306C96
RGB
CMYK
RGB Variations
Color information
#306C96 (or 0x306C96) is known color: Lochmara. HEX triplet: 30, 6C and 96. RGB value is (48,108,150). Sum of RGB (Red+Green+Blue) = 48+108+150=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #306C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C96 is #CF9369. Grayscale: #5E5E5E. Windows color (decimal): -13603690 or 9858096. OLE color: 9858096.
HSL color Cylindrical-coordinate representation of color #306C96: hue angle of 204.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306C96 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 108 | 150 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.41 |
| HSL | 204.71º | 0.52% | 0.39% | - |
| HSV(B) | 204.71º | 0.68% | 0.59% | - |
| XYZ | 12.09 | 13.56 | 30.83 | - |
| YUV | 94.85 | 159.12 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 150 | 0.68 | 0.28 | 0 | 0.41 | 204.71 | 0.52 | 0.39 |
| Hex | 30 | 6C | 96 | 44 | 1C | 0 | 29 | CD | 34 | 27 |
| Octal | 60 | 154 | 226 | 104 | 34 | 0 | 51 | 315 | 64 | 47 |
| Binary | 110000 | 1101100 | 10010110 | 1000100 | 11100 | 0 | 101001 | 11001101 | 110100 | 100111 |
Color Harmonies of #306C96
Complementary color
Monochromatic Colors of #306C96
Black with #306C96
Text Example
Text Example
White with #306C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306C96; }
p { color: rgb(48,108,150); }
H1.HeaderClassName
{
color: #306C96;
}
.AnyTagClassName
{
color: #306C96;
}
</style>
background-color css
<style>
a { background-color: #306C96; }
a { background-color: rgb(48,108,150); }
div.DivClassName
{
background-color: #306C96;
}
.BgClassName
{
background-color: #306C96;
}
</style>
border-color css
<style>
span { border-color: #306C96; }
span { border-color: rgb(48,108,150); }
td.TdClassName
{
border-color: #306C96;
}
.TagClassName
{
border-color: #306C96;
}
</style>