Shades of Denim #225DAB
Tints of Denim #225DAB
RGB
CMYK
RGB Variations
Color information
#225DAB (or 0x225DAB) is known color: Denim. HEX triplet: 22, 5D and AB. RGB value is (34,93,171). Sum of RGB (Red+Green+Blue) = 34+93+171=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #225DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225DAB is #DDA254. Grayscale: #535353. Windows color (decimal): -14525013 or 11230498. OLE color: 11230498.
HSL color Cylindrical-coordinate representation of color #225DAB: hue angle of 214.16º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #225DAB is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 93 | 171 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.33 |
| HSL | 214.16º | 0.67% | 0.4% | - |
| HSV(B) | 214.16º | 0.8% | 0.67% | - |
| XYZ | 11.92 | 11.11 | 40.04 | - |
| YUV | 84.25 | 176.95 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 171 | 0.80 | 0.46 | 0 | 0.33 | 214.16 | 0.67 | 0.4 |
| Hex | 22 | 5D | AB | 50 | 2E | 0 | 21 | D6 | 43 | 28 |
| Octal | 42 | 135 | 253 | 120 | 56 | 0 | 41 | 326 | 103 | 50 |
| Binary | 100010 | 1011101 | 10101011 | 1010000 | 101110 | 0 | 100001 | 11010110 | 1000011 | 101000 |
Color Harmonies of #225DAB
Complementary color
Monochromatic Colors of #225DAB
Black with #225DAB
Text Example
Text Example
White with #225DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225DAB; }
p { color: rgb(34,93,171); }
H1.HeaderClassName
{
color: #225DAB;
}
.AnyTagClassName
{
color: #225DAB;
}
</style>
background-color css
<style>
a { background-color: #225DAB; }
a { background-color: rgb(34,93,171); }
div.DivClassName
{
background-color: #225DAB;
}
.BgClassName
{
background-color: #225DAB;
}
</style>
border-color css
<style>
span { border-color: #225DAB; }
span { border-color: rgb(34,93,171); }
td.TdClassName
{
border-color: #225DAB;
}
.TagClassName
{
border-color: #225DAB;
}
</style>