Shades of Lochmara #3375AF
Tints of Lochmara #3375AF
RGB
CMYK
RGB Variations
Color information
#3375AF (or 0x3375AF) is known color: Lochmara. HEX triplet: 33, 75 and AF. RGB value is (51,117,175). Sum of RGB (Red+Green+Blue) = 51+117+175=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #3375AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3375AF is #CC8A50. Grayscale: #676767. Windows color (decimal): -13404753 or 11498803. OLE color: 11498803.
HSL color Cylindrical-coordinate representation of color #3375AF: hue angle of 208.06º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3375AF is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 117 | 175 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.31 |
| HSL | 208.06º | 0.55% | 0.44% | - |
| HSV(B) | 208.06º | 0.71% | 0.69% | - |
| XYZ | 15.46 | 16.52 | 42.93 | - |
| YUV | 103.88 | 168.13 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 175 | 0.71 | 0.33 | 0 | 0.31 | 208.06 | 0.55 | 0.44 |
| Hex | 33 | 75 | AF | 47 | 21 | 0 | 1F | D0 | 37 | 2C |
| Octal | 63 | 165 | 257 | 107 | 41 | 0 | 37 | 320 | 67 | 54 |
| Binary | 110011 | 1110101 | 10101111 | 1000111 | 100001 | 0 | 11111 | 11010000 | 110111 | 101100 |
Color Harmonies of #3375AF
Complementary color
Monochromatic Colors of #3375AF
Black with #3375AF
Text Example
Text Example
White with #3375AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3375AF; }
p { color: rgb(51,117,175); }
H1.HeaderClassName
{
color: #3375AF;
}
.AnyTagClassName
{
color: #3375AF;
}
</style>
background-color css
<style>
a { background-color: #3375AF; }
a { background-color: rgb(51,117,175); }
div.DivClassName
{
background-color: #3375AF;
}
.BgClassName
{
background-color: #3375AF;
}
</style>
border-color css
<style>
span { border-color: #3375AF; }
span { border-color: rgb(51,117,175); }
td.TdClassName
{
border-color: #3375AF;
}
.TagClassName
{
border-color: #3375AF;
}
</style>