Shades of Lochmara #275DA0
Tints of Lochmara #275DA0
RGB
CMYK
RGB Variations
Color information
#275DA0 (or 0x275DA0) is known color: Lochmara. HEX triplet: 27, 5D and A0. RGB value is (39,93,160). Sum of RGB (Red+Green+Blue) = 39+93+160=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 160 (62.89% from 255 or 54.79% from 292); Max value from RGB is 160 - color contains mainly: blue. Hex color #275DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275DA0 is #D8A25F. Grayscale: #545454. Windows color (decimal): -14197344 or 10509607. OLE color: 10509607.
HSL color Cylindrical-coordinate representation of color #275DA0: hue angle of 213.22º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #275DA0 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 93 | 160 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.37 |
| HSL | 213.22º | 0.61% | 0.39% | - |
| HSV(B) | 213.22º | 0.76% | 0.63% | - |
| XYZ | 11.1 | 10.8 | 34.76 | - |
| YUV | 84.49 | 170.61 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 160 | 0.76 | 0.42 | 0 | 0.37 | 213.22 | 0.61 | 0.39 |
| Hex | 27 | 5D | A0 | 4C | 2A | 0 | 25 | D5 | 3D | 27 |
| Octal | 47 | 135 | 240 | 114 | 52 | 0 | 45 | 325 | 75 | 47 |
| Binary | 100111 | 1011101 | 10100000 | 1001100 | 101010 | 0 | 100101 | 11010101 | 111101 | 100111 |
Color Harmonies of #275DA0
Complementary color
Monochromatic Colors of #275DA0
Black with #275DA0
Text Example
Text Example
White with #275DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DA0; }
p { color: rgb(39,93,160); }
H1.HeaderClassName
{
color: #275DA0;
}
.AnyTagClassName
{
color: #275DA0;
}
</style>
background-color css
<style>
a { background-color: #275DA0; }
a { background-color: rgb(39,93,160); }
div.DivClassName
{
background-color: #275DA0;
}
.BgClassName
{
background-color: #275DA0;
}
</style>
border-color css
<style>
span { border-color: #275DA0; }
span { border-color: rgb(39,93,160); }
td.TdClassName
{
border-color: #275DA0;
}
.TagClassName
{
border-color: #275DA0;
}
</style>