Shades of Lochmara #3175AF
Tints of Lochmara #3175AF
RGB
CMYK
RGB Variations
Color information
#3175AF (or 0x3175AF) is known color: Lochmara. HEX triplet: 31, 75 and AF. RGB value is (49,117,175). Sum of RGB (Red+Green+Blue) = 49+117+175=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #3175AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3175AF is #CE8A50. Grayscale: #666666. Windows color (decimal): -13535825 or 11498801. OLE color: 11498801.
HSL color Cylindrical-coordinate representation of color #3175AF: hue angle of 207.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3175AF is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 117 | 175 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.31 |
| HSL | 207.62º | 0.56% | 0.44% | - |
| HSV(B) | 207.62º | 0.72% | 0.69% | - |
| XYZ | 15.37 | 16.47 | 42.93 | - |
| YUV | 103.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 175 | 0.72 | 0.33 | 0 | 0.31 | 207.62 | 0.56 | 0.44 |
| Hex | 31 | 75 | AF | 48 | 21 | 0 | 1F | D0 | 38 | 2C |
| Octal | 61 | 165 | 257 | 110 | 41 | 0 | 37 | 320 | 70 | 54 |
| Binary | 110001 | 1110101 | 10101111 | 1001000 | 100001 | 0 | 11111 | 11010000 | 111000 | 101100 |
Color Harmonies of #3175AF
Complementary color
Monochromatic Colors of #3175AF
Black with #3175AF
Text Example
Text Example
White with #3175AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3175AF; }
p { color: rgb(49,117,175); }
H1.HeaderClassName
{
color: #3175AF;
}
.AnyTagClassName
{
color: #3175AF;
}
</style>
background-color css
<style>
a { background-color: #3175AF; }
a { background-color: rgb(49,117,175); }
div.DivClassName
{
background-color: #3175AF;
}
.BgClassName
{
background-color: #3175AF;
}
</style>
border-color css
<style>
span { border-color: #3175AF; }
span { border-color: rgb(49,117,175); }
td.TdClassName
{
border-color: #3175AF;
}
.TagClassName
{
border-color: #3175AF;
}
</style>