Shades of Lochmara #257B9B
Tints of Lochmara #257B9B
RGB
CMYK
RGB Variations
Color information
#257B9B (or 0x257B9B) is known color: Lochmara. HEX triplet: 25, 7B and 9B. RGB value is (37,123,155). Sum of RGB (Red+Green+Blue) = 37+123+155=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #257B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257B9B is #DA8464. Grayscale: #646464. Windows color (decimal): -14320741 or 10189605. OLE color: 10189605.
HSL color Cylindrical-coordinate representation of color #257B9B: hue angle of 196.27º degrees, saturation: 0.61, 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 #257B9B is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 123 | 155 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.39 |
| HSL | 196.27º | 0.61% | 0.38% | - |
| HSV(B) | 196.27º | 0.76% | 0.61% | - |
| XYZ | 13.76 | 16.93 | 33.55 | - |
| YUV | 100.93 | 158.51 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 155 | 0.76 | 0.21 | 0 | 0.39 | 196.27 | 0.61 | 0.38 |
| Hex | 25 | 7B | 9B | 4C | 15 | 0 | 27 | C4 | 3D | 26 |
| Octal | 45 | 173 | 233 | 114 | 25 | 0 | 47 | 304 | 75 | 46 |
| Binary | 100101 | 1111011 | 10011011 | 1001100 | 10101 | 0 | 100111 | 11000100 | 111101 | 100110 |
Color Harmonies of #257B9B
Complementary color
Monochromatic Colors of #257B9B
Black with #257B9B
Text Example
Text Example
White with #257B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257B9B; }
p { color: rgb(37,123,155); }
H1.HeaderClassName
{
color: #257B9B;
}
.AnyTagClassName
{
color: #257B9B;
}
</style>
background-color css
<style>
a { background-color: #257B9B; }
a { background-color: rgb(37,123,155); }
div.DivClassName
{
background-color: #257B9B;
}
.BgClassName
{
background-color: #257B9B;
}
</style>
border-color css
<style>
span { border-color: #257B9B; }
span { border-color: rgb(37,123,155); }
td.TdClassName
{
border-color: #257B9B;
}
.TagClassName
{
border-color: #257B9B;
}
</style>