Shades of Lochmara #356BB5
Tints of Lochmara #356BB5
RGB
CMYK
RGB Variations
Color information
#356BB5 (or 0x356BB5) is known color: Lochmara. HEX triplet: 35, 6B and B5. RGB value is (53,107,181). Sum of RGB (Red+Green+Blue) = 53+107+181=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #356BB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BB5 is #CA944A. Grayscale: #626262. Windows color (decimal): -13276235 or 11889461. OLE color: 11889461.
HSL color Cylindrical-coordinate representation of color #356BB5: hue angle of 214.69º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #356BB5 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 107 | 181 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.29 |
| HSL | 214.69º | 0.55% | 0.46% | - |
| HSV(B) | 214.69º | 0.71% | 0.71% | - |
| XYZ | 15.07 | 14.61 | 45.74 | - |
| YUV | 99.29 | 174.11 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 181 | 0.71 | 0.41 | 0 | 0.29 | 214.69 | 0.55 | 0.46 |
| Hex | 35 | 6B | B5 | 47 | 29 | 0 | 1D | D7 | 37 | 2E |
| Octal | 65 | 153 | 265 | 107 | 51 | 0 | 35 | 327 | 67 | 56 |
| Binary | 110101 | 1101011 | 10110101 | 1000111 | 101001 | 0 | 11101 | 11010111 | 110111 | 101110 |
Color Harmonies of #356BB5
Complementary color
Monochromatic Colors of #356BB5
Black with #356BB5
Text Example
Text Example
White with #356BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BB5; }
p { color: rgb(53,107,181); }
H1.HeaderClassName
{
color: #356BB5;
}
.AnyTagClassName
{
color: #356BB5;
}
</style>
background-color css
<style>
a { background-color: #356BB5; }
a { background-color: rgb(53,107,181); }
div.DivClassName
{
background-color: #356BB5;
}
.BgClassName
{
background-color: #356BB5;
}
</style>
border-color css
<style>
span { border-color: #356BB5; }
span { border-color: rgb(53,107,181); }
td.TdClassName
{
border-color: #356BB5;
}
.TagClassName
{
border-color: #356BB5;
}
</style>