Shades of Denim #225BAC
Tints of Denim #225BAC
RGB
CMYK
RGB Variations
Color information
#225BAC (or 0x225BAC) is known color: Denim. HEX triplet: 22, 5B and AC. RGB value is (34,91,172). Sum of RGB (Red+Green+Blue) = 34+91+172=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #225BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225BAC is #DDA453. Grayscale: #525252. Windows color (decimal): -14525524 or 11295522. OLE color: 11295522.
HSL color Cylindrical-coordinate representation of color #225BAC: hue angle of 215.22º 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 #225BAC is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 91 | 172 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.33 |
| HSL | 215.22º | 0.67% | 0.4% | - |
| HSV(B) | 215.22º | 0.8% | 0.67% | - |
| XYZ | 11.85 | 10.8 | 40.49 | - |
| YUV | 83.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 172 | 0.80 | 0.47 | 0 | 0.33 | 215.22 | 0.67 | 0.4 |
| Hex | 22 | 5B | AC | 50 | 2F | 0 | 21 | D7 | 43 | 28 |
| Octal | 42 | 133 | 254 | 120 | 57 | 0 | 41 | 327 | 103 | 50 |
| Binary | 100010 | 1011011 | 10101100 | 1010000 | 101111 | 0 | 100001 | 11010111 | 1000011 | 101000 |
Color Harmonies of #225BAC
Complementary color
Monochromatic Colors of #225BAC
Black with #225BAC
Text Example
Text Example
White with #225BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225BAC; }
p { color: rgb(34,91,172); }
H1.HeaderClassName
{
color: #225BAC;
}
.AnyTagClassName
{
color: #225BAC;
}
</style>
background-color css
<style>
a { background-color: #225BAC; }
a { background-color: rgb(34,91,172); }
div.DivClassName
{
background-color: #225BAC;
}
.BgClassName
{
background-color: #225BAC;
}
</style>
border-color css
<style>
span { border-color: #225BAC; }
span { border-color: rgb(34,91,172); }
td.TdClassName
{
border-color: #225BAC;
}
.TagClassName
{
border-color: #225BAC;
}
</style>