Shades of Lochmara #257BAD
Tints of Lochmara #257BAD
RGB
CMYK
RGB Variations
Color information
#257BAD (or 0x257BAD) is known color: Lochmara. HEX triplet: 25, 7B and AD. RGB value is (37,123,173). Sum of RGB (Red+Green+Blue) = 37+123+173=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #257BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257BAD is #DA8452. Grayscale: #666666. Windows color (decimal): -14320723 or 11369253. OLE color: 11369253.
HSL color Cylindrical-coordinate representation of color #257BAD: hue angle of 202.06º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #257BAD is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 123 | 173 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.32 |
| HSL | 202.06º | 0.65% | 0.41% | - |
| HSV(B) | 202.06º | 0.79% | 0.68% | - |
| XYZ | 15.39 | 17.58 | 42.12 | - |
| YUV | 102.99 | 167.51 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 173 | 0.79 | 0.29 | 0 | 0.32 | 202.06 | 0.65 | 0.41 |
| Hex | 25 | 7B | AD | 4F | 1D | 0 | 20 | CA | 41 | 29 |
| Octal | 45 | 173 | 255 | 117 | 35 | 0 | 40 | 312 | 101 | 51 |
| Binary | 100101 | 1111011 | 10101101 | 1001111 | 11101 | 0 | 100000 | 11001010 | 1000001 | 101001 |
Color Harmonies of #257BAD
Complementary color
Monochromatic Colors of #257BAD
Black with #257BAD
Text Example
Text Example
White with #257BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257BAD; }
p { color: rgb(37,123,173); }
H1.HeaderClassName
{
color: #257BAD;
}
.AnyTagClassName
{
color: #257BAD;
}
</style>
background-color css
<style>
a { background-color: #257BAD; }
a { background-color: rgb(37,123,173); }
div.DivClassName
{
background-color: #257BAD;
}
.BgClassName
{
background-color: #257BAD;
}
</style>
border-color css
<style>
span { border-color: #257BAD; }
span { border-color: rgb(37,123,173); }
td.TdClassName
{
border-color: #257BAD;
}
.TagClassName
{
border-color: #257BAD;
}
</style>