Shades of Lochmara #275FA2
Tints of Lochmara #275FA2
RGB
CMYK
RGB Variations
Color information
#275FA2 (or 0x275FA2) is known color: Lochmara. HEX triplet: 27, 5F and A2. RGB value is (39,95,162). Sum of RGB (Red+Green+Blue) = 39+95+162=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 162 (63.67% from 255 or 54.73% from 296); Max value from RGB is 162 - color contains mainly: blue. Hex color #275FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275FA2 is #D8A05D. Grayscale: #555555. Windows color (decimal): -14196830 or 10641191. OLE color: 10641191.
HSL color Cylindrical-coordinate representation of color #275FA2: hue angle of 212.68º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #275FA2 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 95 | 162 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.36 |
| HSL | 212.68º | 0.61% | 0.39% | - |
| HSV(B) | 212.68º | 0.76% | 0.64% | - |
| XYZ | 11.45 | 11.22 | 35.75 | - |
| YUV | 85.89 | 170.95 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 162 | 0.76 | 0.41 | 0 | 0.36 | 212.68 | 0.61 | 0.39 |
| Hex | 27 | 5F | A2 | 4C | 29 | 0 | 24 | D5 | 3D | 27 |
| Octal | 47 | 137 | 242 | 114 | 51 | 0 | 44 | 325 | 75 | 47 |
| Binary | 100111 | 1011111 | 10100010 | 1001100 | 101001 | 0 | 100100 | 11010101 | 111101 | 100111 |
Color Harmonies of #275FA2
Complementary color
Monochromatic Colors of #275FA2
Black with #275FA2
Text Example
Text Example
White with #275FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FA2; }
p { color: rgb(39,95,162); }
H1.HeaderClassName
{
color: #275FA2;
}
.AnyTagClassName
{
color: #275FA2;
}
</style>
background-color css
<style>
a { background-color: #275FA2; }
a { background-color: rgb(39,95,162); }
div.DivClassName
{
background-color: #275FA2;
}
.BgClassName
{
background-color: #275FA2;
}
</style>
border-color css
<style>
span { border-color: #275FA2; }
span { border-color: rgb(39,95,162); }
td.TdClassName
{
border-color: #275FA2;
}
.TagClassName
{
border-color: #275FA2;
}
</style>