Shades of Lochmara #367B9D
Tints of Lochmara #367B9D
RGB
CMYK
RGB Variations
Color information
#367B9D (or 0x367B9D) is known color: Lochmara. HEX triplet: 36, 7B and 9D. RGB value is (54,123,157). Sum of RGB (Red+Green+Blue) = 54+123+157=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #367B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367B9D is #C98462. Grayscale: #6A6A6A. Windows color (decimal): -13206627 or 10320694. OLE color: 10320694.
HSL color Cylindrical-coordinate representation of color #367B9D: hue angle of 199.81º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #367B9D is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 123 | 157 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.38 |
| HSL | 199.81º | 0.49% | 0.41% | - |
| HSV(B) | 199.81º | 0.66% | 0.62% | - |
| XYZ | 14.69 | 17.38 | 34.48 | - |
| YUV | 106.25 | 156.64 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 157 | 0.66 | 0.22 | 0 | 0.38 | 199.81 | 0.49 | 0.41 |
| Hex | 36 | 7B | 9D | 42 | 16 | 0 | 26 | C8 | 31 | 29 |
| Octal | 66 | 173 | 235 | 102 | 26 | 0 | 46 | 310 | 61 | 51 |
| Binary | 110110 | 1111011 | 10011101 | 1000010 | 10110 | 0 | 100110 | 11001000 | 110001 | 101001 |
Color Harmonies of #367B9D
Complementary color
Monochromatic Colors of #367B9D
Black with #367B9D
Text Example
Text Example
White with #367B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367B9D; }
p { color: rgb(54,123,157); }
H1.HeaderClassName
{
color: #367B9D;
}
.AnyTagClassName
{
color: #367B9D;
}
</style>
background-color css
<style>
a { background-color: #367B9D; }
a { background-color: rgb(54,123,157); }
div.DivClassName
{
background-color: #367B9D;
}
.BgClassName
{
background-color: #367B9D;
}
</style>
border-color css
<style>
span { border-color: #367B9D; }
span { border-color: rgb(54,123,157); }
td.TdClassName
{
border-color: #367B9D;
}
.TagClassName
{
border-color: #367B9D;
}
</style>