Shades of Denim #255EAD
Tints of Denim #255EAD
RGB
CMYK
RGB Variations
Color information
#255EAD (or 0x255EAD) is known color: Denim. HEX triplet: 25, 5E and AD. RGB value is (37,94,173). Sum of RGB (Red+Green+Blue) = 37+94+173=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #255EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255EAD is #DAA152. Grayscale: #555555. Windows color (decimal): -14328147 or 11361829. OLE color: 11361829.
HSL color Cylindrical-coordinate representation of color #255EAD: hue angle of 214.85º 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 #255EAD is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 94 | 173 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.32 |
| HSL | 214.85º | 0.65% | 0.41% | - |
| HSV(B) | 214.85º | 0.79% | 0.68% | - |
| XYZ | 12.31 | 11.42 | 41.09 | - |
| YUV | 85.96 | 177.12 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 173 | 0.79 | 0.46 | 0 | 0.32 | 214.85 | 0.65 | 0.41 |
| Hex | 25 | 5E | AD | 4F | 2E | 0 | 20 | D7 | 41 | 29 |
| Octal | 45 | 136 | 255 | 117 | 56 | 0 | 40 | 327 | 101 | 51 |
| Binary | 100101 | 1011110 | 10101101 | 1001111 | 101110 | 0 | 100000 | 11010111 | 1000001 | 101001 |
Color Harmonies of #255EAD
Complementary color
Monochromatic Colors of #255EAD
Black with #255EAD
Text Example
Text Example
White with #255EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EAD; }
p { color: rgb(37,94,173); }
H1.HeaderClassName
{
color: #255EAD;
}
.AnyTagClassName
{
color: #255EAD;
}
</style>
background-color css
<style>
a { background-color: #255EAD; }
a { background-color: rgb(37,94,173); }
div.DivClassName
{
background-color: #255EAD;
}
.BgClassName
{
background-color: #255EAD;
}
</style>
border-color css
<style>
span { border-color: #255EAD; }
span { border-color: rgb(37,94,173); }
td.TdClassName
{
border-color: #255EAD;
}
.TagClassName
{
border-color: #255EAD;
}
</style>