Shades of Lochmara #3370AF
Tints of Lochmara #3370AF
RGB
CMYK
RGB Variations
Color information
#3370AF (or 0x3370AF) is known color: Lochmara. HEX triplet: 33, 70 and AF. RGB value is (51,112,175). Sum of RGB (Red+Green+Blue) = 51+112+175=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #3370AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3370AF is #CC8F50. Grayscale: #646464. Windows color (decimal): -13406033 or 11497523. OLE color: 11497523.
HSL color Cylindrical-coordinate representation of color #3370AF: hue angle of 210.48º 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 #3370AF is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 112 | 175 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.31 |
| HSL | 210.48º | 0.55% | 0.44% | - |
| HSV(B) | 210.48º | 0.71% | 0.69% | - |
| XYZ | 14.9 | 15.39 | 42.74 | - |
| YUV | 100.94 | 169.79 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 175 | 0.71 | 0.36 | 0 | 0.31 | 210.48 | 0.55 | 0.44 |
| Hex | 33 | 70 | AF | 47 | 24 | 0 | 1F | D2 | 37 | 2C |
| Octal | 63 | 160 | 257 | 107 | 44 | 0 | 37 | 322 | 67 | 54 |
| Binary | 110011 | 1110000 | 10101111 | 1000111 | 100100 | 0 | 11111 | 11010010 | 110111 | 101100 |
Color Harmonies of #3370AF
Complementary color
Monochromatic Colors of #3370AF
Black with #3370AF
Text Example
Text Example
White with #3370AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3370AF; }
p { color: rgb(51,112,175); }
H1.HeaderClassName
{
color: #3370AF;
}
.AnyTagClassName
{
color: #3370AF;
}
</style>
background-color css
<style>
a { background-color: #3370AF; }
a { background-color: rgb(51,112,175); }
div.DivClassName
{
background-color: #3370AF;
}
.BgClassName
{
background-color: #3370AF;
}
</style>
border-color css
<style>
span { border-color: #3370AF; }
span { border-color: rgb(51,112,175); }
td.TdClassName
{
border-color: #3370AF;
}
.TagClassName
{
border-color: #3370AF;
}
</style>