Shades of Lochmara #3266B1
Tints of Lochmara #3266B1
RGB
CMYK
RGB Variations
Color information
#3266B1 (or 0x3266B1) is known color: Lochmara. HEX triplet: 32, 66 and B1. RGB value is (50,102,177). Sum of RGB (Red+Green+Blue) = 50+102+177=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 177 (69.53% from 255 or 53.80% from 329); Max value from RGB is 177 - color contains mainly: blue. Hex color #3266B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3266B1 is #CD994E. Grayscale: #5E5E5E. Windows color (decimal): -13474127 or 11626034. OLE color: 11626034.
HSL color Cylindrical-coordinate representation of color #3266B1: hue angle of 215.43º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3266B1 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 102 | 177 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.31 |
| HSL | 215.43º | 0.56% | 0.45% | - |
| HSV(B) | 215.43º | 0.72% | 0.69% | - |
| XYZ | 14 | 13.36 | 43.43 | - |
| YUV | 95 | 174.27 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 177 | 0.72 | 0.42 | 0 | 0.31 | 215.43 | 0.56 | 0.45 |
| Hex | 32 | 66 | B1 | 48 | 2A | 0 | 1F | D7 | 38 | 2D |
| Octal | 62 | 146 | 261 | 110 | 52 | 0 | 37 | 327 | 70 | 55 |
| Binary | 110010 | 1100110 | 10110001 | 1001000 | 101010 | 0 | 11111 | 11010111 | 111000 | 101101 |
Color Harmonies of #3266B1
Complementary color
Monochromatic Colors of #3266B1
Black with #3266B1
Text Example
Text Example
White with #3266B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3266B1; }
p { color: rgb(50,102,177); }
H1.HeaderClassName
{
color: #3266B1;
}
.AnyTagClassName
{
color: #3266B1;
}
</style>
background-color css
<style>
a { background-color: #3266B1; }
a { background-color: rgb(50,102,177); }
div.DivClassName
{
background-color: #3266B1;
}
.BgClassName
{
background-color: #3266B1;
}
</style>
border-color css
<style>
span { border-color: #3266B1; }
span { border-color: rgb(50,102,177); }
td.TdClassName
{
border-color: #3266B1;
}
.TagClassName
{
border-color: #3266B1;
}
</style>