Shades of Denim #255FAD
Tints of Denim #255FAD
RGB
CMYK
RGB Variations
Color information
#255FAD (or 0x255FAD) is known color: Denim. HEX triplet: 25, 5F and AD. RGB value is (37,95,173). Sum of RGB (Red+Green+Blue) = 37+95+173=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #255FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255FAD is #DAA052. Grayscale: #565656. Windows color (decimal): -14327891 or 11362085. OLE color: 11362085.
HSL color Cylindrical-coordinate representation of color #255FAD: hue angle of 214.41º 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 #255FAD is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 95 | 173 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.32 |
| HSL | 214.41º | 0.65% | 0.41% | - |
| HSV(B) | 214.41º | 0.79% | 0.68% | - |
| XYZ | 12.4 | 11.59 | 41.12 | - |
| YUV | 86.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 173 | 0.79 | 0.45 | 0 | 0.32 | 214.41 | 0.65 | 0.41 |
| Hex | 25 | 5F | AD | 4F | 2D | 0 | 20 | D6 | 41 | 29 |
| Octal | 45 | 137 | 255 | 117 | 55 | 0 | 40 | 326 | 101 | 51 |
| Binary | 100101 | 1011111 | 10101101 | 1001111 | 101101 | 0 | 100000 | 11010110 | 1000001 | 101001 |
Color Harmonies of #255FAD
Complementary color
Monochromatic Colors of #255FAD
Black with #255FAD
Text Example
Text Example
White with #255FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FAD; }
p { color: rgb(37,95,173); }
H1.HeaderClassName
{
color: #255FAD;
}
.AnyTagClassName
{
color: #255FAD;
}
</style>
background-color css
<style>
a { background-color: #255FAD; }
a { background-color: rgb(37,95,173); }
div.DivClassName
{
background-color: #255FAD;
}
.BgClassName
{
background-color: #255FAD;
}
</style>
border-color css
<style>
span { border-color: #255FAD; }
span { border-color: rgb(37,95,173); }
td.TdClassName
{
border-color: #255FAD;
}
.TagClassName
{
border-color: #255FAD;
}
</style>