Shades of Lochmara #257A9C
Tints of Lochmara #257A9C
RGB
CMYK
RGB Variations
Color information
#257A9C (or 0x257A9C) is known color: Lochmara. HEX triplet: 25, 7A and 9C. RGB value is (37,122,156). Sum of RGB (Red+Green+Blue) = 37+122+156=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #257A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257A9C is #DA8563. Grayscale: #646464. Windows color (decimal): -14320996 or 10254885. OLE color: 10254885.
HSL color Cylindrical-coordinate representation of color #257A9C: hue angle of 197.14º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257A9C is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 122 | 156 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.39 |
| HSL | 197.14º | 0.62% | 0.38% | - |
| HSV(B) | 197.14º | 0.76% | 0.61% | - |
| XYZ | 13.72 | 16.71 | 33.96 | - |
| YUV | 100.46 | 159.34 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 156 | 0.76 | 0.22 | 0 | 0.39 | 197.14 | 0.62 | 0.38 |
| Hex | 25 | 7A | 9C | 4C | 16 | 0 | 27 | C5 | 3E | 26 |
| Octal | 45 | 172 | 234 | 114 | 26 | 0 | 47 | 305 | 76 | 46 |
| Binary | 100101 | 1111010 | 10011100 | 1001100 | 10110 | 0 | 100111 | 11000101 | 111110 | 100110 |
Color Harmonies of #257A9C
Complementary color
Monochromatic Colors of #257A9C
Black with #257A9C
Text Example
Text Example
White with #257A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A9C; }
p { color: rgb(37,122,156); }
H1.HeaderClassName
{
color: #257A9C;
}
.AnyTagClassName
{
color: #257A9C;
}
</style>
background-color css
<style>
a { background-color: #257A9C; }
a { background-color: rgb(37,122,156); }
div.DivClassName
{
background-color: #257A9C;
}
.BgClassName
{
background-color: #257A9C;
}
</style>
border-color css
<style>
span { border-color: #257A9C; }
span { border-color: rgb(37,122,156); }
td.TdClassName
{
border-color: #257A9C;
}
.TagClassName
{
border-color: #257A9C;
}
</style>