Shades of Denim #255FB7
Tints of Denim #255FB7
RGB
CMYK
RGB Variations
Color information
#255FB7 (or 0x255FB7) is known color: Denim. HEX triplet: 25, 5F and B7. RGB value is (37,95,183). Sum of RGB (Red+Green+Blue) = 37+95+183=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #255FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FB7 is #DAA048. Grayscale: #575757. Windows color (decimal): -14327881 or 12017445. OLE color: 12017445.
HSL color Cylindrical-coordinate representation of color #255FB7: hue angle of 216.16º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255FB7 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 95 | 183 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.28 |
| HSL | 216.16º | 0.66% | 0.43% | - |
| HSV(B) | 216.16º | 0.8% | 0.72% | - |
| XYZ | 13.4 | 12 | 46.41 | - |
| YUV | 87.69 | 181.78 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 183 | 0.80 | 0.48 | 0 | 0.28 | 216.16 | 0.66 | 0.43 |
| Hex | 25 | 5F | B7 | 50 | 30 | 0 | 1C | D8 | 42 | 2B |
| Octal | 45 | 137 | 267 | 120 | 60 | 0 | 34 | 330 | 102 | 53 |
| Binary | 100101 | 1011111 | 10110111 | 1010000 | 110000 | 0 | 11100 | 11011000 | 1000010 | 101011 |
Color Harmonies of #255FB7
Complementary color
Monochromatic Colors of #255FB7
Black with #255FB7
Text Example
Text Example
White with #255FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FB7; }
p { color: rgb(37,95,183); }
H1.HeaderClassName
{
color: #255FB7;
}
.AnyTagClassName
{
color: #255FB7;
}
</style>
background-color css
<style>
a { background-color: #255FB7; }
a { background-color: rgb(37,95,183); }
div.DivClassName
{
background-color: #255FB7;
}
.BgClassName
{
background-color: #255FB7;
}
</style>
border-color css
<style>
span { border-color: #255FB7; }
span { border-color: rgb(37,95,183); }
td.TdClassName
{
border-color: #255FB7;
}
.TagClassName
{
border-color: #255FB7;
}
</style>