Shades of Lochmara #356FB8
Tints of Lochmara #356FB8
RGB
CMYK
RGB Variations
Color information
#356FB8 (or 0x356FB8) is known color: Lochmara. HEX triplet: 35, 6F and B8. RGB value is (53,111,184). Sum of RGB (Red+Green+Blue) = 53+111+184=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #356FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FB8 is #CA9047. Grayscale: #656565. Windows color (decimal): -13275208 or 12087093. OLE color: 12087093.
HSL color Cylindrical-coordinate representation of color #356FB8: hue angle of 213.44º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #356FB8 is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 111 | 184 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.28 |
| HSL | 213.44º | 0.55% | 0.46% | - |
| HSV(B) | 213.44º | 0.71% | 0.72% | - |
| XYZ | 15.8 | 15.59 | 47.52 | - |
| YUV | 101.98 | 174.28 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 184 | 0.71 | 0.40 | 0 | 0.28 | 213.44 | 0.55 | 0.46 |
| Hex | 35 | 6F | B8 | 47 | 28 | 0 | 1C | D5 | 37 | 2E |
| Octal | 65 | 157 | 270 | 107 | 50 | 0 | 34 | 325 | 67 | 56 |
| Binary | 110101 | 1101111 | 10111000 | 1000111 | 101000 | 0 | 11100 | 11010101 | 110111 | 101110 |
Color Harmonies of #356FB8
Complementary color
Monochromatic Colors of #356FB8
Black with #356FB8
Text Example
Text Example
White with #356FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FB8; }
p { color: rgb(53,111,184); }
H1.HeaderClassName
{
color: #356FB8;
}
.AnyTagClassName
{
color: #356FB8;
}
</style>
background-color css
<style>
a { background-color: #356FB8; }
a { background-color: rgb(53,111,184); }
div.DivClassName
{
background-color: #356FB8;
}
.BgClassName
{
background-color: #356FB8;
}
</style>
border-color css
<style>
span { border-color: #356FB8; }
span { border-color: rgb(53,111,184); }
td.TdClassName
{
border-color: #356FB8;
}
.TagClassName
{
border-color: #356FB8;
}
</style>