Shades of Denim #225DB2
Tints of Denim #225DB2
RGB
CMYK
RGB Variations
Color information
#225DB2 (or 0x225DB2) is known color: Denim. HEX triplet: 22, 5D and B2. RGB value is (34,93,178). Sum of RGB (Red+Green+Blue) = 34+93+178=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #225DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225DB2 is #DDA24D. Grayscale: #545454. Windows color (decimal): -14525006 or 11689250. OLE color: 11689250.
HSL color Cylindrical-coordinate representation of color #225DB2: hue angle of 215.42º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #225DB2 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 93 | 178 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.30 |
| HSL | 215.42º | 0.68% | 0.42% | - |
| HSV(B) | 215.42º | 0.81% | 0.7% | - |
| XYZ | 12.61 | 11.38 | 43.65 | - |
| YUV | 85.05 | 180.45 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 178 | 0.81 | 0.48 | 0 | 0.30 | 215.42 | 0.68 | 0.42 |
| Hex | 22 | 5D | B2 | 51 | 30 | 0 | 1E | D7 | 44 | 2A |
| Octal | 42 | 135 | 262 | 121 | 60 | 0 | 36 | 327 | 104 | 52 |
| Binary | 100010 | 1011101 | 10110010 | 1010001 | 110000 | 0 | 11110 | 11010111 | 1000100 | 101010 |
Color Harmonies of #225DB2
Complementary color
Monochromatic Colors of #225DB2
Black with #225DB2
Text Example
Text Example
White with #225DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225DB2; }
p { color: rgb(34,93,178); }
H1.HeaderClassName
{
color: #225DB2;
}
.AnyTagClassName
{
color: #225DB2;
}
</style>
background-color css
<style>
a { background-color: #225DB2; }
a { background-color: rgb(34,93,178); }
div.DivClassName
{
background-color: #225DB2;
}
.BgClassName
{
background-color: #225DB2;
}
</style>
border-color css
<style>
span { border-color: #225DB2; }
span { border-color: rgb(34,93,178); }
td.TdClassName
{
border-color: #225DB2;
}
.TagClassName
{
border-color: #225DB2;
}
</style>