Shades of Lochmara #3377AB
Tints of Lochmara #3377AB
RGB
CMYK
RGB Variations
Color information
#3377AB (or 0x3377AB) is known color: Lochmara. HEX triplet: 33, 77 and AB. RGB value is (51,119,171). Sum of RGB (Red+Green+Blue) = 51+119+171=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #3377AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3377AB is #CC8854. Grayscale: #686868. Windows color (decimal): -13404245 or 11237171. OLE color: 11237171.
HSL color Cylindrical-coordinate representation of color #3377AB: hue angle of 206º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3377AB is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 119 | 171 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.33 |
| HSL | 206º | 0.54% | 0.44% | - |
| HSV(B) | 206º | 0.7% | 0.67% | - |
| XYZ | 15.31 | 16.84 | 40.97 | - |
| YUV | 104.6 | 165.47 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 119 | 171 | 0.70 | 0.30 | 0 | 0.33 | 206 | 0.54 | 0.44 |
| Hex | 33 | 77 | AB | 46 | 1E | 0 | 21 | CE | 36 | 2C |
| Octal | 63 | 167 | 253 | 106 | 36 | 0 | 41 | 316 | 66 | 54 |
| Binary | 110011 | 1110111 | 10101011 | 1000110 | 11110 | 0 | 100001 | 11001110 | 110110 | 101100 |
Color Harmonies of #3377AB
Complementary color
Monochromatic Colors of #3377AB
Black with #3377AB
Text Example
Text Example
White with #3377AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3377AB; }
p { color: rgb(51,119,171); }
H1.HeaderClassName
{
color: #3377AB;
}
.AnyTagClassName
{
color: #3377AB;
}
</style>
background-color css
<style>
a { background-color: #3377AB; }
a { background-color: rgb(51,119,171); }
div.DivClassName
{
background-color: #3377AB;
}
.BgClassName
{
background-color: #3377AB;
}
</style>
border-color css
<style>
span { border-color: #3377AB; }
span { border-color: rgb(51,119,171); }
td.TdClassName
{
border-color: #3377AB;
}
.TagClassName
{
border-color: #3377AB;
}
</style>