Shades of Denim #225EAE
Tints of Denim #225EAE
RGB
CMYK
RGB Variations
Color information
#225EAE (or 0x225EAE) is known color: Denim. HEX triplet: 22, 5E and AE. RGB value is (34,94,174). Sum of RGB (Red+Green+Blue) = 34+94+174=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #225EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225EAE is #DDA151. Grayscale: #545454. Windows color (decimal): -14524754 or 11427362. OLE color: 11427362.
HSL color Cylindrical-coordinate representation of color #225EAE: hue angle of 214.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #225EAE is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 94 | 174 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.32 |
| HSL | 214.29º | 0.67% | 0.41% | - |
| HSV(B) | 214.29º | 0.8% | 0.68% | - |
| XYZ | 12.3 | 11.4 | 41.6 | - |
| YUV | 85.18 | 178.12 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 174 | 0.80 | 0.46 | 0 | 0.32 | 214.29 | 0.67 | 0.41 |
| Hex | 22 | 5E | AE | 50 | 2E | 0 | 20 | D6 | 43 | 29 |
| Octal | 42 | 136 | 256 | 120 | 56 | 0 | 40 | 326 | 103 | 51 |
| Binary | 100010 | 1011110 | 10101110 | 1010000 | 101110 | 0 | 100000 | 11010110 | 1000011 | 101001 |
Color Harmonies of #225EAE
Complementary color
Monochromatic Colors of #225EAE
Black with #225EAE
Text Example
Text Example
White with #225EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225EAE; }
p { color: rgb(34,94,174); }
H1.HeaderClassName
{
color: #225EAE;
}
.AnyTagClassName
{
color: #225EAE;
}
</style>
background-color css
<style>
a { background-color: #225EAE; }
a { background-color: rgb(34,94,174); }
div.DivClassName
{
background-color: #225EAE;
}
.BgClassName
{
background-color: #225EAE;
}
</style>
border-color css
<style>
span { border-color: #225EAE; }
span { border-color: rgb(34,94,174); }
td.TdClassName
{
border-color: #225EAE;
}
.TagClassName
{
border-color: #225EAE;
}
</style>