Shades of Lochmara #306CB8
Tints of Lochmara #306CB8
RGB
CMYK
RGB Variations
Color information
#306CB8 (or 0x306CB8) is known color: Lochmara. HEX triplet: 30, 6C and B8. RGB value is (48,108,184). Sum of RGB (Red+Green+Blue) = 48+108+184=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 184 (72.27% from 255 or 54.12% from 340); Max value from RGB is 184 - color contains mainly: blue. Hex color #306CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CB8 is #CF9347. Grayscale: #626262. Windows color (decimal): -13603656 or 12086320. OLE color: 12086320.
HSL color Cylindrical-coordinate representation of color #306CB8: hue angle of 213.53º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #306CB8 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 108 | 184 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.28 |
| HSL | 213.53º | 0.59% | 0.45% | - |
| HSV(B) | 213.53º | 0.74% | 0.72% | - |
| XYZ | 15.23 | 14.81 | 47.4 | - |
| YUV | 98.72 | 176.12 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 184 | 0.74 | 0.41 | 0 | 0.28 | 213.53 | 0.59 | 0.45 |
| Hex | 30 | 6C | B8 | 4A | 29 | 0 | 1C | D6 | 3B | 2D |
| Octal | 60 | 154 | 270 | 112 | 51 | 0 | 34 | 326 | 73 | 55 |
| Binary | 110000 | 1101100 | 10111000 | 1001010 | 101001 | 0 | 11100 | 11010110 | 111011 | 101101 |
Color Harmonies of #306CB8
Complementary color
Monochromatic Colors of #306CB8
Black with #306CB8
Text Example
Text Example
White with #306CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306CB8; }
p { color: rgb(48,108,184); }
H1.HeaderClassName
{
color: #306CB8;
}
.AnyTagClassName
{
color: #306CB8;
}
</style>
background-color css
<style>
a { background-color: #306CB8; }
a { background-color: rgb(48,108,184); }
div.DivClassName
{
background-color: #306CB8;
}
.BgClassName
{
background-color: #306CB8;
}
</style>
border-color css
<style>
span { border-color: #306CB8; }
span { border-color: rgb(48,108,184); }
td.TdClassName
{
border-color: #306CB8;
}
.TagClassName
{
border-color: #306CB8;
}
</style>