Shades of Lochmara #3263AA
Tints of Lochmara #3263AA
RGB
CMYK
RGB Variations
Color information
#3263AA (or 0x3263AA) is known color: Lochmara. HEX triplet: 32, 63 and AA. RGB value is (50,99,170). Sum of RGB (Red+Green+Blue) = 50+99+170=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #3263AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3263AA is #CD9C55. Grayscale: #5C5C5C. Windows color (decimal): -13474902 or 11166514. OLE color: 11166514.
HSL color Cylindrical-coordinate representation of color #3263AA: hue angle of 215.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3263AA is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 99 | 170 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.33 |
| HSL | 215.5º | 0.55% | 0.43% | - |
| HSV(B) | 215.5º | 0.71% | 0.67% | - |
| XYZ | 13.03 | 12.5 | 39.76 | - |
| YUV | 92.44 | 171.77 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 170 | 0.71 | 0.42 | 0 | 0.33 | 215.5 | 0.55 | 0.43 |
| Hex | 32 | 63 | AA | 47 | 2A | 0 | 21 | D8 | 37 | 2B |
| Octal | 62 | 143 | 252 | 107 | 52 | 0 | 41 | 330 | 67 | 53 |
| Binary | 110010 | 1100011 | 10101010 | 1000111 | 101010 | 0 | 100001 | 11011000 | 110111 | 101011 |
Color Harmonies of #3263AA
Complementary color
Monochromatic Colors of #3263AA
Black with #3263AA
Text Example
Text Example
White with #3263AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3263AA; }
p { color: rgb(50,99,170); }
H1.HeaderClassName
{
color: #3263AA;
}
.AnyTagClassName
{
color: #3263AA;
}
</style>
background-color css
<style>
a { background-color: #3263AA; }
a { background-color: rgb(50,99,170); }
div.DivClassName
{
background-color: #3263AA;
}
.BgClassName
{
background-color: #3263AA;
}
</style>
border-color css
<style>
span { border-color: #3263AA; }
span { border-color: rgb(50,99,170); }
td.TdClassName
{
border-color: #3263AA;
}
.TagClassName
{
border-color: #3263AA;
}
</style>