Shades of Lochmara #275DA3
Tints of Lochmara #275DA3
RGB
CMYK
RGB Variations
Color information
#275DA3 (or 0x275DA3) is known color: Lochmara. HEX triplet: 27, 5D and A3. RGB value is (39,93,163). Sum of RGB (Red+Green+Blue) = 39+93+163=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 163 (64.06% from 255 or 55.25% from 295); Max value from RGB is 163 - color contains mainly: blue. Hex color #275DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275DA3 is #D8A25C. Grayscale: #545454. Windows color (decimal): -14197341 or 10706215. OLE color: 10706215.
HSL color Cylindrical-coordinate representation of color #275DA3: hue angle of 213.87º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #275DA3 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 93 | 163 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.36 |
| HSL | 213.87º | 0.61% | 0.4% | - |
| HSV(B) | 213.87º | 0.76% | 0.64% | - |
| XYZ | 11.36 | 10.9 | 36.16 | - |
| YUV | 84.83 | 172.11 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 163 | 0.76 | 0.43 | 0 | 0.36 | 213.87 | 0.61 | 0.4 |
| Hex | 27 | 5D | A3 | 4C | 2B | 0 | 24 | D6 | 3D | 28 |
| Octal | 47 | 135 | 243 | 114 | 53 | 0 | 44 | 326 | 75 | 50 |
| Binary | 100111 | 1011101 | 10100011 | 1001100 | 101011 | 0 | 100100 | 11010110 | 111101 | 101000 |
Color Harmonies of #275DA3
Complementary color
Monochromatic Colors of #275DA3
Black with #275DA3
Text Example
Text Example
White with #275DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DA3; }
p { color: rgb(39,93,163); }
H1.HeaderClassName
{
color: #275DA3;
}
.AnyTagClassName
{
color: #275DA3;
}
</style>
background-color css
<style>
a { background-color: #275DA3; }
a { background-color: rgb(39,93,163); }
div.DivClassName
{
background-color: #275DA3;
}
.BgClassName
{
background-color: #275DA3;
}
</style>
border-color css
<style>
span { border-color: #275DA3; }
span { border-color: rgb(39,93,163); }
td.TdClassName
{
border-color: #275DA3;
}
.TagClassName
{
border-color: #275DA3;
}
</style>