Shades of Lochmara #3669B3
Tints of Lochmara #3669B3
RGB
CMYK
RGB Variations
Color information
#3669B3 (or 0x3669B3) is known color: Lochmara. HEX triplet: 36, 69 and B3. RGB value is (54,105,179). Sum of RGB (Red+Green+Blue) = 54+105+179=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #3669B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3669B3 is #C9964C. Grayscale: #616161. Windows color (decimal): -13211213 or 11757878. OLE color: 11757878.
HSL color Cylindrical-coordinate representation of color #3669B3: hue angle of 215.52º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3669B3 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 105 | 179 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.30 |
| HSL | 215.52º | 0.54% | 0.46% | - |
| HSV(B) | 215.52º | 0.7% | 0.7% | - |
| XYZ | 14.71 | 14.14 | 44.6 | - |
| YUV | 98.19 | 173.6 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 179 | 0.70 | 0.41 | 0 | 0.30 | 215.52 | 0.54 | 0.46 |
| Hex | 36 | 69 | B3 | 46 | 29 | 0 | 1E | D8 | 36 | 2E |
| Octal | 66 | 151 | 263 | 106 | 51 | 0 | 36 | 330 | 66 | 56 |
| Binary | 110110 | 1101001 | 10110011 | 1000110 | 101001 | 0 | 11110 | 11011000 | 110110 | 101110 |
Color Harmonies of #3669B3
Complementary color
Monochromatic Colors of #3669B3
Black with #3669B3
Text Example
Text Example
White with #3669B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3669B3; }
p { color: rgb(54,105,179); }
H1.HeaderClassName
{
color: #3669B3;
}
.AnyTagClassName
{
color: #3669B3;
}
</style>
background-color css
<style>
a { background-color: #3669B3; }
a { background-color: rgb(54,105,179); }
div.DivClassName
{
background-color: #3669B3;
}
.BgClassName
{
background-color: #3669B3;
}
</style>
border-color css
<style>
span { border-color: #3669B3; }
span { border-color: rgb(54,105,179); }
td.TdClassName
{
border-color: #3669B3;
}
.TagClassName
{
border-color: #3669B3;
}
</style>