Shades of Denim #255DB2
Tints of Denim #255DB2
RGB
CMYK
RGB Variations
Color information
#255DB2 (or 0x255DB2) is known color: Denim. HEX triplet: 25, 5D and B2. RGB value is (37,93,178). Sum of RGB (Red+Green+Blue) = 37+93+178=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 178 (69.92% from 255 or 57.79% from 308); Max value from RGB is 178 - color contains mainly: blue. Hex color #255DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255DB2 is #DAA24D. Grayscale: #555555. Windows color (decimal): -14328398 or 11689253. OLE color: 11689253.
HSL color Cylindrical-coordinate representation of color #255DB2: hue angle of 216.17º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255DB2 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 93 | 178 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.30 |
| HSL | 216.17º | 0.66% | 0.42% | - |
| HSV(B) | 216.17º | 0.79% | 0.7% | - |
| XYZ | 12.71 | 11.44 | 43.66 | - |
| YUV | 85.95 | 179.95 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 178 | 0.79 | 0.48 | 0 | 0.30 | 216.17 | 0.66 | 0.42 |
| Hex | 25 | 5D | B2 | 4F | 30 | 0 | 1E | D8 | 42 | 2A |
| Octal | 45 | 135 | 262 | 117 | 60 | 0 | 36 | 330 | 102 | 52 |
| Binary | 100101 | 1011101 | 10110010 | 1001111 | 110000 | 0 | 11110 | 11011000 | 1000010 | 101010 |
Color Harmonies of #255DB2
Complementary color
Monochromatic Colors of #255DB2
Black with #255DB2
Text Example
Text Example
White with #255DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DB2; }
p { color: rgb(37,93,178); }
H1.HeaderClassName
{
color: #255DB2;
}
.AnyTagClassName
{
color: #255DB2;
}
</style>
background-color css
<style>
a { background-color: #255DB2; }
a { background-color: rgb(37,93,178); }
div.DivClassName
{
background-color: #255DB2;
}
.BgClassName
{
background-color: #255DB2;
}
</style>
border-color css
<style>
span { border-color: #255DB2; }
span { border-color: rgb(37,93,178); }
td.TdClassName
{
border-color: #255DB2;
}
.TagClassName
{
border-color: #255DB2;
}
</style>