Shades of Denim #225AAA
Tints of Denim #225AAA
RGB
CMYK
RGB Variations
Color information
#225AAA (or 0x225AAA) is known color: Denim. HEX triplet: 22, 5A and AA. RGB value is (34,90,170). Sum of RGB (Red+Green+Blue) = 34+90+170=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #225AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225AAA is #DDA555. Grayscale: #525252. Windows color (decimal): -14525782 or 11164194. OLE color: 11164194.
HSL color Cylindrical-coordinate representation of color #225AAA: hue angle of 215.29º 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 #225AAA is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 90 | 170 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.33 |
| HSL | 215.29º | 0.67% | 0.4% | - |
| HSV(B) | 215.29º | 0.8% | 0.67% | - |
| XYZ | 11.57 | 10.55 | 39.46 | - |
| YUV | 82.38 | 177.45 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 170 | 0.80 | 0.47 | 0 | 0.33 | 215.29 | 0.67 | 0.4 |
| Hex | 22 | 5A | AA | 50 | 2F | 0 | 21 | D7 | 43 | 28 |
| Octal | 42 | 132 | 252 | 120 | 57 | 0 | 41 | 327 | 103 | 50 |
| Binary | 100010 | 1011010 | 10101010 | 1010000 | 101111 | 0 | 100001 | 11010111 | 1000011 | 101000 |
Color Harmonies of #225AAA
Complementary color
Monochromatic Colors of #225AAA
Black with #225AAA
Text Example
Text Example
White with #225AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225AAA; }
p { color: rgb(34,90,170); }
H1.HeaderClassName
{
color: #225AAA;
}
.AnyTagClassName
{
color: #225AAA;
}
</style>
background-color css
<style>
a { background-color: #225AAA; }
a { background-color: rgb(34,90,170); }
div.DivClassName
{
background-color: #225AAA;
}
.BgClassName
{
background-color: #225AAA;
}
</style>
border-color css
<style>
span { border-color: #225AAA; }
span { border-color: rgb(34,90,170); }
td.TdClassName
{
border-color: #225AAA;
}
.TagClassName
{
border-color: #225AAA;
}
</style>