Shades of Lochmara #275DA9
Tints of Lochmara #275DA9
RGB
CMYK
RGB Variations
Color information
#275DA9 (or 0x275DA9) is known color: Lochmara. HEX triplet: 27, 5D and A9. RGB value is (39,93,169). Sum of RGB (Red+Green+Blue) = 39+93+169=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 169 (66.41% from 255 or 56.15% from 301); Max value from RGB is 169 - color contains mainly: blue. Hex color #275DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275DA9 is #D8A256. Grayscale: #555555. Windows color (decimal): -14197335 or 11099431. OLE color: 11099431.
HSL color Cylindrical-coordinate representation of color #275DA9: hue angle of 215.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275DA9 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 93 | 169 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.34 |
| HSL | 215.08º | 0.63% | 0.41% | - |
| HSV(B) | 215.08º | 0.77% | 0.66% | - |
| XYZ | 11.91 | 11.12 | 39.06 | - |
| YUV | 85.52 | 175.11 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 169 | 0.77 | 0.45 | 0 | 0.34 | 215.08 | 0.63 | 0.41 |
| Hex | 27 | 5D | A9 | 4D | 2D | 0 | 22 | D7 | 3E | 29 |
| Octal | 47 | 135 | 251 | 115 | 55 | 0 | 42 | 327 | 76 | 51 |
| Binary | 100111 | 1011101 | 10101001 | 1001101 | 101101 | 0 | 100010 | 11010111 | 111110 | 101001 |
Color Harmonies of #275DA9
Complementary color
Monochromatic Colors of #275DA9
Black with #275DA9
Text Example
Text Example
White with #275DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DA9; }
p { color: rgb(39,93,169); }
H1.HeaderClassName
{
color: #275DA9;
}
.AnyTagClassName
{
color: #275DA9;
}
</style>
background-color css
<style>
a { background-color: #275DA9; }
a { background-color: rgb(39,93,169); }
div.DivClassName
{
background-color: #275DA9;
}
.BgClassName
{
background-color: #275DA9;
}
</style>
border-color css
<style>
span { border-color: #275DA9; }
span { border-color: rgb(39,93,169); }
td.TdClassName
{
border-color: #275DA9;
}
.TagClassName
{
border-color: #275DA9;
}
</style>