Shades of Lochmara #306698
Tints of Lochmara #306698
RGB
CMYK
RGB Variations
Color information
#306698 (or 0x306698) is known color: Lochmara. HEX triplet: 30, 66 and 98. RGB value is (48,102,152). Sum of RGB (Red+Green+Blue) = 48+102+152=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #306698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306698 is #CF9967. Grayscale: #5B5B5B. Windows color (decimal): -13605224 or 9987632. OLE color: 9987632.
HSL color Cylindrical-coordinate representation of color #306698: hue angle of 208.85º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306698 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 102 | 152 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.40 |
| HSL | 208.85º | 0.52% | 0.39% | - |
| HSV(B) | 208.85º | 0.68% | 0.6% | - |
| XYZ | 11.64 | 12.4 | 31.49 | - |
| YUV | 91.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 152 | 0.68 | 0.33 | 0 | 0.40 | 208.85 | 0.52 | 0.39 |
| Hex | 30 | 66 | 98 | 44 | 21 | 0 | 28 | D1 | 34 | 27 |
| Octal | 60 | 146 | 230 | 104 | 41 | 0 | 50 | 321 | 64 | 47 |
| Binary | 110000 | 1100110 | 10011000 | 1000100 | 100001 | 0 | 101000 | 11010001 | 110100 | 100111 |
Color Harmonies of #306698
Complementary color
Monochromatic Colors of #306698
Black with #306698
Text Example
Text Example
White with #306698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306698; }
p { color: rgb(48,102,152); }
H1.HeaderClassName
{
color: #306698;
}
.AnyTagClassName
{
color: #306698;
}
</style>
background-color css
<style>
a { background-color: #306698; }
a { background-color: rgb(48,102,152); }
div.DivClassName
{
background-color: #306698;
}
.BgClassName
{
background-color: #306698;
}
</style>
border-color css
<style>
span { border-color: #306698; }
span { border-color: rgb(48,102,152); }
td.TdClassName
{
border-color: #306698;
}
.TagClassName
{
border-color: #306698;
}
</style>