Shades of Lochmara #25669A
Tints of Lochmara #25669A
RGB
CMYK
RGB Variations
Color information
#25669A (or 0x25669A) is known color: Lochmara. HEX triplet: 25, 66 and 9A. RGB value is (37,102,154). Sum of RGB (Red+Green+Blue) = 37+102+154=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #25669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25669A is #DA9965. Grayscale: #585858. Windows color (decimal): -14326118 or 10118693. OLE color: 10118693.
HSL color Cylindrical-coordinate representation of color #25669A: hue angle of 206.67º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25669A is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 102 | 154 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.40 |
| HSL | 206.67º | 0.61% | 0.37% | - |
| HSV(B) | 206.67º | 0.76% | 0.6% | - |
| XYZ | 11.35 | 12.23 | 32.33 | - |
| YUV | 88.49 | 164.97 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 154 | 0.76 | 0.34 | 0 | 0.40 | 206.67 | 0.61 | 0.37 |
| Hex | 25 | 66 | 9A | 4C | 22 | 0 | 28 | CF | 3D | 25 |
| Octal | 45 | 146 | 232 | 114 | 42 | 0 | 50 | 317 | 75 | 45 |
| Binary | 100101 | 1100110 | 10011010 | 1001100 | 100010 | 0 | 101000 | 11001111 | 111101 | 100101 |
Color Harmonies of #25669A
Complementary color
Monochromatic Colors of #25669A
Black with #25669A
Text Example
Text Example
White with #25669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25669A; }
p { color: rgb(37,102,154); }
H1.HeaderClassName
{
color: #25669A;
}
.AnyTagClassName
{
color: #25669A;
}
</style>
background-color css
<style>
a { background-color: #25669A; }
a { background-color: rgb(37,102,154); }
div.DivClassName
{
background-color: #25669A;
}
.BgClassName
{
background-color: #25669A;
}
</style>
border-color css
<style>
span { border-color: #25669A; }
span { border-color: rgb(37,102,154); }
td.TdClassName
{
border-color: #25669A;
}
.TagClassName
{
border-color: #25669A;
}
</style>