Shades of Denim #225DB7
Tints of Denim #225DB7
RGB
CMYK
RGB Variations
Color information
#225DB7 (or 0x225DB7) is known color: Denim. HEX triplet: 22, 5D and B7. RGB value is (34,93,183). Sum of RGB (Red+Green+Blue) = 34+93+183=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #225DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225DB7 is #DDA248. Grayscale: #555555. Windows color (decimal): -14525001 or 12016930. OLE color: 12016930.
HSL color Cylindrical-coordinate representation of color #225DB7: hue angle of 216.24º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #225DB7 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 34 | 93 | 183 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.28 |
| HSL | 216.24º | 0.69% | 0.43% | - |
| HSV(B) | 216.24º | 0.81% | 0.72% | - |
| XYZ | 13.12 | 11.59 | 46.34 | - |
| YUV | 85.62 | 182.95 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 183 | 0.81 | 0.49 | 0 | 0.28 | 216.24 | 0.69 | 0.43 |
| Hex | 22 | 5D | B7 | 51 | 31 | 0 | 1C | D8 | 45 | 2B |
| Octal | 42 | 135 | 267 | 121 | 61 | 0 | 34 | 330 | 105 | 53 |
| Binary | 100010 | 1011101 | 10110111 | 1010001 | 110001 | 0 | 11100 | 11011000 | 1000101 | 101011 |
Color Harmonies of #225DB7
Complementary color
Monochromatic Colors of #225DB7
Black with #225DB7
Text Example
Text Example
White with #225DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225DB7; }
p { color: rgb(34,93,183); }
H1.HeaderClassName
{
color: #225DB7;
}
.AnyTagClassName
{
color: #225DB7;
}
</style>
background-color css
<style>
a { background-color: #225DB7; }
a { background-color: rgb(34,93,183); }
div.DivClassName
{
background-color: #225DB7;
}
.BgClassName
{
background-color: #225DB7;
}
</style>
border-color css
<style>
span { border-color: #225DB7; }
span { border-color: rgb(34,93,183); }
td.TdClassName
{
border-color: #225DB7;
}
.TagClassName
{
border-color: #225DB7;
}
</style>