Shades of Lochmara #25709D
Tints of Lochmara #25709D
RGB
CMYK
RGB Variations
Color information
#25709D (or 0x25709D) is known color: Lochmara. HEX triplet: 25, 70 and 9D. RGB value is (37,112,157). Sum of RGB (Red+Green+Blue) = 37+112+157=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #25709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25709D is #DA8F62. Grayscale: #5E5E5E. Windows color (decimal): -14323555 or 10317861. OLE color: 10317861.
HSL color Cylindrical-coordinate representation of color #25709D: hue angle of 202.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25709D is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 112 | 157 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.38 |
| HSL | 202.5º | 0.62% | 0.38% | - |
| HSV(B) | 202.5º | 0.76% | 0.62% | - |
| XYZ | 12.64 | 14.42 | 34.01 | - |
| YUV | 94.71 | 163.15 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 157 | 0.76 | 0.29 | 0 | 0.38 | 202.5 | 0.62 | 0.38 |
| Hex | 25 | 70 | 9D | 4C | 1D | 0 | 26 | CA | 3E | 26 |
| Octal | 45 | 160 | 235 | 114 | 35 | 0 | 46 | 312 | 76 | 46 |
| Binary | 100101 | 1110000 | 10011101 | 1001100 | 11101 | 0 | 100110 | 11001010 | 111110 | 100110 |
Color Harmonies of #25709D
Complementary color
Monochromatic Colors of #25709D
Black with #25709D
Text Example
Text Example
White with #25709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25709D; }
p { color: rgb(37,112,157); }
H1.HeaderClassName
{
color: #25709D;
}
.AnyTagClassName
{
color: #25709D;
}
</style>
background-color css
<style>
a { background-color: #25709D; }
a { background-color: rgb(37,112,157); }
div.DivClassName
{
background-color: #25709D;
}
.BgClassName
{
background-color: #25709D;
}
</style>
border-color css
<style>
span { border-color: #25709D; }
span { border-color: rgb(37,112,157); }
td.TdClassName
{
border-color: #25709D;
}
.TagClassName
{
border-color: #25709D;
}
</style>