Shades of Lochmara #255DA8
Tints of Lochmara #255DA8
RGB
CMYK
RGB Variations
Color information
#255DA8 (or 0x255DA8) is known color: Lochmara. HEX triplet: 25, 5D and A8. RGB value is (37,93,168). Sum of RGB (Red+Green+Blue) = 37+93+168=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 168 (66.02% from 255 or 56.38% from 298); Max value from RGB is 168 - color contains mainly: blue. Hex color #255DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255DA8 is #DAA257. Grayscale: #545454. Windows color (decimal): -14328408 or 11033893. OLE color: 11033893.
HSL color Cylindrical-coordinate representation of color #255DA8: hue angle of 214.35º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #255DA8 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 93 | 168 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.34 |
| HSL | 214.35º | 0.64% | 0.4% | - |
| HSV(B) | 214.35º | 0.78% | 0.66% | - |
| XYZ | 11.75 | 11.05 | 38.56 | - |
| YUV | 84.81 | 174.95 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 168 | 0.78 | 0.45 | 0 | 0.34 | 214.35 | 0.64 | 0.4 |
| Hex | 25 | 5D | A8 | 4E | 2D | 0 | 22 | D6 | 40 | 28 |
| Octal | 45 | 135 | 250 | 116 | 55 | 0 | 42 | 326 | 100 | 50 |
| Binary | 100101 | 1011101 | 10101000 | 1001110 | 101101 | 0 | 100010 | 11010110 | 1000000 | 101000 |
Color Harmonies of #255DA8
Complementary color
Monochromatic Colors of #255DA8
Black with #255DA8
Text Example
Text Example
White with #255DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DA8; }
p { color: rgb(37,93,168); }
H1.HeaderClassName
{
color: #255DA8;
}
.AnyTagClassName
{
color: #255DA8;
}
</style>
background-color css
<style>
a { background-color: #255DA8; }
a { background-color: rgb(37,93,168); }
div.DivClassName
{
background-color: #255DA8;
}
.BgClassName
{
background-color: #255DA8;
}
</style>
border-color css
<style>
span { border-color: #255DA8; }
span { border-color: rgb(37,93,168); }
td.TdClassName
{
border-color: #255DA8;
}
.TagClassName
{
border-color: #255DA8;
}
</style>