Shades of Denim #255DAD
Tints of Denim #255DAD
RGB
CMYK
RGB Variations
Color information
#255DAD (or 0x255DAD) is known color: Denim. HEX triplet: 25, 5D and AD. RGB value is (37,93,173). Sum of RGB (Red+Green+Blue) = 37+93+173=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #255DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255DAD is #DAA252. Grayscale: #555555. Windows color (decimal): -14328403 or 11361573. OLE color: 11361573.
HSL color Cylindrical-coordinate representation of color #255DAD: hue angle of 215.29º 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 #255DAD is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 93 | 173 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.32 |
| HSL | 215.29º | 0.65% | 0.41% | - |
| HSV(B) | 215.29º | 0.79% | 0.68% | - |
| XYZ | 12.22 | 11.24 | 41.06 | - |
| YUV | 85.38 | 177.45 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 173 | 0.79 | 0.46 | 0 | 0.32 | 215.29 | 0.65 | 0.41 |
| Hex | 25 | 5D | AD | 4F | 2E | 0 | 20 | D7 | 41 | 29 |
| Octal | 45 | 135 | 255 | 117 | 56 | 0 | 40 | 327 | 101 | 51 |
| Binary | 100101 | 1011101 | 10101101 | 1001111 | 101110 | 0 | 100000 | 11010111 | 1000001 | 101001 |
Color Harmonies of #255DAD
Complementary color
Monochromatic Colors of #255DAD
Black with #255DAD
Text Example
Text Example
White with #255DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DAD; }
p { color: rgb(37,93,173); }
H1.HeaderClassName
{
color: #255DAD;
}
.AnyTagClassName
{
color: #255DAD;
}
</style>
background-color css
<style>
a { background-color: #255DAD; }
a { background-color: rgb(37,93,173); }
div.DivClassName
{
background-color: #255DAD;
}
.BgClassName
{
background-color: #255DAD;
}
</style>
border-color css
<style>
span { border-color: #255DAD; }
span { border-color: rgb(37,93,173); }
td.TdClassName
{
border-color: #255DAD;
}
.TagClassName
{
border-color: #255DAD;
}
</style>