Shades of Lochmara #3468B3
Tints of Lochmara #3468B3
RGB
CMYK
RGB Variations
Color information
#3468B3 (or 0x3468B3) is known color: Lochmara. HEX triplet: 34, 68 and B3. RGB value is (52,104,179). Sum of RGB (Red+Green+Blue) = 52+104+179=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 179 (70.31% from 255 or 53.43% from 335); Max value from RGB is 179 - color contains mainly: blue. Hex color #3468B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3468B3 is #CB974C. Grayscale: #606060. Windows color (decimal): -13342541 or 11757620. OLE color: 11757620.
HSL color Cylindrical-coordinate representation of color #3468B3: hue angle of 215.43º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3468B3 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 104 | 179 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.30 |
| HSL | 215.43º | 0.55% | 0.45% | - |
| HSV(B) | 215.43º | 0.71% | 0.7% | - |
| XYZ | 14.5 | 13.89 | 44.56 | - |
| YUV | 97 | 174.27 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 179 | 0.71 | 0.42 | 0 | 0.30 | 215.43 | 0.55 | 0.45 |
| Hex | 34 | 68 | B3 | 47 | 2A | 0 | 1E | D7 | 37 | 2D |
| Octal | 64 | 150 | 263 | 107 | 52 | 0 | 36 | 327 | 67 | 55 |
| Binary | 110100 | 1101000 | 10110011 | 1000111 | 101010 | 0 | 11110 | 11010111 | 110111 | 101101 |
Color Harmonies of #3468B3
Complementary color
Monochromatic Colors of #3468B3
Black with #3468B3
Text Example
Text Example
White with #3468B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3468B3; }
p { color: rgb(52,104,179); }
H1.HeaderClassName
{
color: #3468B3;
}
.AnyTagClassName
{
color: #3468B3;
}
</style>
background-color css
<style>
a { background-color: #3468B3; }
a { background-color: rgb(52,104,179); }
div.DivClassName
{
background-color: #3468B3;
}
.BgClassName
{
background-color: #3468B3;
}
</style>
border-color css
<style>
span { border-color: #3468B3; }
span { border-color: rgb(52,104,179); }
td.TdClassName
{
border-color: #3468B3;
}
.TagClassName
{
border-color: #3468B3;
}
</style>