Shades of Denim #225FAE
Tints of Denim #225FAE
RGB
CMYK
RGB Variations
Color information
#225FAE (or 0x225FAE) is known color: Denim. HEX triplet: 22, 5F and AE. RGB value is (34,95,174). Sum of RGB (Red+Green+Blue) = 34+95+174=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #225FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225FAE is #DDA051. Grayscale: #555555. Windows color (decimal): -14524498 or 11427618. OLE color: 11427618.
HSL color Cylindrical-coordinate representation of color #225FAE: hue angle of 213.86º 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 #225FAE is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 95 | 174 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.32 |
| HSL | 213.86º | 0.67% | 0.41% | - |
| HSV(B) | 213.86º | 0.8% | 0.68% | - |
| XYZ | 12.39 | 11.58 | 41.63 | - |
| YUV | 85.77 | 177.79 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 95 | 174 | 0.80 | 0.45 | 0 | 0.32 | 213.86 | 0.67 | 0.41 |
| Hex | 22 | 5F | AE | 50 | 2D | 0 | 20 | D6 | 43 | 29 |
| Octal | 42 | 137 | 256 | 120 | 55 | 0 | 40 | 326 | 103 | 51 |
| Binary | 100010 | 1011111 | 10101110 | 1010000 | 101101 | 0 | 100000 | 11010110 | 1000011 | 101001 |
Color Harmonies of #225FAE
Complementary color
Monochromatic Colors of #225FAE
Black with #225FAE
Text Example
Text Example
White with #225FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225FAE; }
p { color: rgb(34,95,174); }
H1.HeaderClassName
{
color: #225FAE;
}
.AnyTagClassName
{
color: #225FAE;
}
</style>
background-color css
<style>
a { background-color: #225FAE; }
a { background-color: rgb(34,95,174); }
div.DivClassName
{
background-color: #225FAE;
}
.BgClassName
{
background-color: #225FAE;
}
</style>
border-color css
<style>
span { border-color: #225FAE; }
span { border-color: rgb(34,95,174); }
td.TdClassName
{
border-color: #225FAE;
}
.TagClassName
{
border-color: #225FAE;
}
</style>