Shades of Lochmara #3374AA
Tints of Lochmara #3374AA
RGB
CMYK
RGB Variations
Color information
#3374AA (or 0x3374AA) is known color: Lochmara. HEX triplet: 33, 74 and AA. RGB value is (51,116,170). Sum of RGB (Red+Green+Blue) = 51+116+170=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #3374AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3374AA is #CC8B55. Grayscale: #666666. Windows color (decimal): -13405014 or 11170867. OLE color: 11170867.
HSL color Cylindrical-coordinate representation of color #3374AA: hue angle of 207.23º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3374AA is Cyan = 0.7, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 116 | 170 | - |
| CMYK | 0.7 | 0.32 | 0 | 0.33 |
| HSL | 207.23º | 0.54% | 0.43% | - |
| HSV(B) | 207.23º | 0.7% | 0.67% | - |
| XYZ | 14.87 | 16.1 | 40.35 | - |
| YUV | 102.72 | 165.97 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 170 | 0.7 | 0.32 | 0 | 0.33 | 207.23 | 0.54 | 0.43 |
| Hex | 33 | 74 | AA | 46 | 20 | 0 | 21 | CF | 36 | 2B |
| Octal | 63 | 164 | 252 | 106 | 40 | 0 | 41 | 317 | 66 | 53 |
| Binary | 110011 | 1110100 | 10101010 | 1000110 | 100000 | 0 | 100001 | 11001111 | 110110 | 101011 |
Color Harmonies of #3374AA
Complementary color
Monochromatic Colors of #3374AA
Black with #3374AA
Text Example
Text Example
White with #3374AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3374AA; }
p { color: rgb(51,116,170); }
H1.HeaderClassName
{
color: #3374AA;
}
.AnyTagClassName
{
color: #3374AA;
}
</style>
background-color css
<style>
a { background-color: #3374AA; }
a { background-color: rgb(51,116,170); }
div.DivClassName
{
background-color: #3374AA;
}
.BgClassName
{
background-color: #3374AA;
}
</style>
border-color css
<style>
span { border-color: #3374AA; }
span { border-color: rgb(51,116,170); }
td.TdClassName
{
border-color: #3374AA;
}
.TagClassName
{
border-color: #3374AA;
}
</style>