Shades of Lochmara #25669C
Tints of Lochmara #25669C
RGB
CMYK
RGB Variations
Color information
#25669C (or 0x25669C) is known color: Lochmara. HEX triplet: 25, 66 and 9C. RGB value is (37,102,156). Sum of RGB (Red+Green+Blue) = 37+102+156=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #25669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25669C is #DA9963. Grayscale: #585858. Windows color (decimal): -14326116 or 10249765. OLE color: 10249765.
HSL color Cylindrical-coordinate representation of color #25669C: hue angle of 207.23º 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 #25669C is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 102 | 156 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.39 |
| HSL | 207.23º | 0.62% | 0.38% | - |
| HSV(B) | 207.23º | 0.76% | 0.61% | - |
| XYZ | 11.52 | 12.3 | 33.22 | - |
| YUV | 88.72 | 165.97 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 156 | 0.76 | 0.35 | 0 | 0.39 | 207.23 | 0.62 | 0.38 |
| Hex | 25 | 66 | 9C | 4C | 23 | 0 | 27 | CF | 3E | 26 |
| Octal | 45 | 146 | 234 | 114 | 43 | 0 | 47 | 317 | 76 | 46 |
| Binary | 100101 | 1100110 | 10011100 | 1001100 | 100011 | 0 | 100111 | 11001111 | 111110 | 100110 |
Color Harmonies of #25669C
Complementary color
Monochromatic Colors of #25669C
Black with #25669C
Text Example
Text Example
White with #25669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25669C; }
p { color: rgb(37,102,156); }
H1.HeaderClassName
{
color: #25669C;
}
.AnyTagClassName
{
color: #25669C;
}
</style>
background-color css
<style>
a { background-color: #25669C; }
a { background-color: rgb(37,102,156); }
div.DivClassName
{
background-color: #25669C;
}
.BgClassName
{
background-color: #25669C;
}
</style>
border-color css
<style>
span { border-color: #25669C; }
span { border-color: rgb(37,102,156); }
td.TdClassName
{
border-color: #25669C;
}
.TagClassName
{
border-color: #25669C;
}
</style>