Shades of Lochmara #3A799B
Tints of Lochmara #3A799B
RGB
CMYK
RGB Variations
Color information
#3A799B (or 0x3A799B) is known color: Lochmara. HEX triplet: 3A, 79 and 9B. RGB value is (58,121,155). Sum of RGB (Red+Green+Blue) = 58+121+155=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A799B is #C58664. Grayscale: #696969. Windows color (decimal): -12944997 or 10189114. OLE color: 10189114.
HSL color Cylindrical-coordinate representation of color #3A799B: hue angle of 201.03º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A799B is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 121 | 155 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.39 |
| HSL | 201.03º | 0.46% | 0.42% | - |
| HSV(B) | 201.03º | 0.63% | 0.61% | - |
| XYZ | 14.5 | 16.94 | 33.52 | - |
| YUV | 106.04 | 155.63 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 121 | 155 | 0.63 | 0.22 | 0 | 0.39 | 201.03 | 0.46 | 0.42 |
| Hex | 3A | 79 | 9B | 3F | 16 | 0 | 27 | C9 | 2E | 2A |
| Octal | 72 | 171 | 233 | 77 | 26 | 0 | 47 | 311 | 56 | 52 |
| Binary | 111010 | 1111001 | 10011011 | 111111 | 10110 | 0 | 100111 | 11001001 | 101110 | 101010 |
Color Harmonies of #3A799B
Complementary color
Monochromatic Colors of #3A799B
Black with #3A799B
Text Example
Text Example
White with #3A799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A799B; }
p { color: rgb(58,121,155); }
H1.HeaderClassName
{
color: #3A799B;
}
.AnyTagClassName
{
color: #3A799B;
}
</style>
background-color css
<style>
a { background-color: #3A799B; }
a { background-color: rgb(58,121,155); }
div.DivClassName
{
background-color: #3A799B;
}
.BgClassName
{
background-color: #3A799B;
}
</style>
border-color css
<style>
span { border-color: #3A799B; }
span { border-color: rgb(58,121,155); }
td.TdClassName
{
border-color: #3A799B;
}
.TagClassName
{
border-color: #3A799B;
}
</style>