Shades of Lochmara #306DB4
Tints of Lochmara #306DB4
RGB
CMYK
RGB Variations
Color information
#306DB4 (or 0x306DB4) is known color: Lochmara. HEX triplet: 30, 6D and B4. RGB value is (48,109,180). Sum of RGB (Red+Green+Blue) = 48+109+180=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #306DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DB4 is #CF924B. Grayscale: #626262. Windows color (decimal): -13603404 or 11824432. OLE color: 11824432.
HSL color Cylindrical-coordinate representation of color #306DB4: hue angle of 212.27º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #306DB4 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 109 | 180 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.29 |
| HSL | 212.27º | 0.58% | 0.45% | - |
| HSV(B) | 212.27º | 0.73% | 0.71% | - |
| XYZ | 14.93 | 14.86 | 45.26 | - |
| YUV | 98.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 180 | 0.73 | 0.39 | 0 | 0.29 | 212.27 | 0.58 | 0.45 |
| Hex | 30 | 6D | B4 | 49 | 27 | 0 | 1D | D4 | 3A | 2D |
| Octal | 60 | 155 | 264 | 111 | 47 | 0 | 35 | 324 | 72 | 55 |
| Binary | 110000 | 1101101 | 10110100 | 1001001 | 100111 | 0 | 11101 | 11010100 | 111010 | 101101 |
Color Harmonies of #306DB4
Complementary color
Monochromatic Colors of #306DB4
Black with #306DB4
Text Example
Text Example
White with #306DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306DB4; }
p { color: rgb(48,109,180); }
H1.HeaderClassName
{
color: #306DB4;
}
.AnyTagClassName
{
color: #306DB4;
}
</style>
background-color css
<style>
a { background-color: #306DB4; }
a { background-color: rgb(48,109,180); }
div.DivClassName
{
background-color: #306DB4;
}
.BgClassName
{
background-color: #306DB4;
}
</style>
border-color css
<style>
span { border-color: #306DB4; }
span { border-color: rgb(48,109,180); }
td.TdClassName
{
border-color: #306DB4;
}
.TagClassName
{
border-color: #306DB4;
}
</style>