Shades of Lochmara #25709C
Tints of Lochmara #25709C
RGB
CMYK
RGB Variations
Color information
#25709C (or 0x25709C) is known color: Lochmara. HEX triplet: 25, 70 and 9C. RGB value is (37,112,156). Sum of RGB (Red+Green+Blue) = 37+112+156=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #25709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25709C is #DA8F63. Grayscale: #5E5E5E. Windows color (decimal): -14323556 or 10252325. OLE color: 10252325.
HSL color Cylindrical-coordinate representation of color #25709C: hue angle of 202.18º 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 #25709C is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 112 | 156 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.39 |
| HSL | 202.18º | 0.62% | 0.38% | - |
| HSV(B) | 202.18º | 0.76% | 0.61% | - |
| XYZ | 12.56 | 14.38 | 33.57 | - |
| YUV | 94.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 156 | 0.76 | 0.28 | 0 | 0.39 | 202.18 | 0.62 | 0.38 |
| Hex | 25 | 70 | 9C | 4C | 1C | 0 | 27 | CA | 3E | 26 |
| Octal | 45 | 160 | 234 | 114 | 34 | 0 | 47 | 312 | 76 | 46 |
| Binary | 100101 | 1110000 | 10011100 | 1001100 | 11100 | 0 | 100111 | 11001010 | 111110 | 100110 |
Color Harmonies of #25709C
Complementary color
Monochromatic Colors of #25709C
Black with #25709C
Text Example
Text Example
White with #25709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25709C; }
p { color: rgb(37,112,156); }
H1.HeaderClassName
{
color: #25709C;
}
.AnyTagClassName
{
color: #25709C;
}
</style>
background-color css
<style>
a { background-color: #25709C; }
a { background-color: rgb(37,112,156); }
div.DivClassName
{
background-color: #25709C;
}
.BgClassName
{
background-color: #25709C;
}
</style>
border-color css
<style>
span { border-color: #25709C; }
span { border-color: rgb(37,112,156); }
td.TdClassName
{
border-color: #25709C;
}
.TagClassName
{
border-color: #25709C;
}
</style>