Shades of Lochmara #3274B3
Tints of Lochmara #3274B3
RGB
CMYK
RGB Variations
Color information
#3274B3 (or 0x3274B3) is known color: Lochmara. HEX triplet: 32, 74 and B3. RGB value is (50,116,179). Sum of RGB (Red+Green+Blue) = 50+116+179=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #3274B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3274B3 is #CD8B4C. Grayscale: #676767. Windows color (decimal): -13470541 or 11760690. OLE color: 11760690.
HSL color Cylindrical-coordinate representation of color #3274B3: hue angle of 209.3º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3274B3 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 116 | 179 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.30 |
| HSL | 209.3º | 0.56% | 0.45% | - |
| HSV(B) | 209.3º | 0.72% | 0.7% | - |
| XYZ | 15.7 | 16.42 | 44.99 | - |
| YUV | 103.45 | 170.63 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 179 | 0.72 | 0.35 | 0 | 0.30 | 209.3 | 0.56 | 0.45 |
| Hex | 32 | 74 | B3 | 48 | 23 | 0 | 1E | D1 | 38 | 2D |
| Octal | 62 | 164 | 263 | 110 | 43 | 0 | 36 | 321 | 70 | 55 |
| Binary | 110010 | 1110100 | 10110011 | 1001000 | 100011 | 0 | 11110 | 11010001 | 111000 | 101101 |
Color Harmonies of #3274B3
Complementary color
Monochromatic Colors of #3274B3
Black with #3274B3
Text Example
Text Example
White with #3274B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3274B3; }
p { color: rgb(50,116,179); }
H1.HeaderClassName
{
color: #3274B3;
}
.AnyTagClassName
{
color: #3274B3;
}
</style>
background-color css
<style>
a { background-color: #3274B3; }
a { background-color: rgb(50,116,179); }
div.DivClassName
{
background-color: #3274B3;
}
.BgClassName
{
background-color: #3274B3;
}
</style>
border-color css
<style>
span { border-color: #3274B3; }
span { border-color: rgb(50,116,179); }
td.TdClassName
{
border-color: #3274B3;
}
.TagClassName
{
border-color: #3274B3;
}
</style>