Shades of Denim #225BAB
Tints of Denim #225BAB
RGB
CMYK
RGB Variations
Color information
#225BAB (or 0x225BAB) is known color: Denim. HEX triplet: 22, 5B and AB. RGB value is (34,91,171). Sum of RGB (Red+Green+Blue) = 34+91+171=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #225BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225BAB is #DDA454. Grayscale: #525252. Windows color (decimal): -14525525 or 11229986. OLE color: 11229986.
HSL color Cylindrical-coordinate representation of color #225BAB: hue angle of 215.04º 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 #225BAB is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 91 | 171 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.33 |
| HSL | 215.04º | 0.67% | 0.4% | - |
| HSV(B) | 215.04º | 0.8% | 0.67% | - |
| XYZ | 11.75 | 10.76 | 39.99 | - |
| YUV | 83.08 | 177.62 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 171 | 0.80 | 0.47 | 0 | 0.33 | 215.04 | 0.67 | 0.4 |
| Hex | 22 | 5B | AB | 50 | 2F | 0 | 21 | D7 | 43 | 28 |
| Octal | 42 | 133 | 253 | 120 | 57 | 0 | 41 | 327 | 103 | 50 |
| Binary | 100010 | 1011011 | 10101011 | 1010000 | 101111 | 0 | 100001 | 11010111 | 1000011 | 101000 |
Color Harmonies of #225BAB
Complementary color
Monochromatic Colors of #225BAB
Black with #225BAB
Text Example
Text Example
White with #225BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225BAB; }
p { color: rgb(34,91,171); }
H1.HeaderClassName
{
color: #225BAB;
}
.AnyTagClassName
{
color: #225BAB;
}
</style>
background-color css
<style>
a { background-color: #225BAB; }
a { background-color: rgb(34,91,171); }
div.DivClassName
{
background-color: #225BAB;
}
.BgClassName
{
background-color: #225BAB;
}
</style>
border-color css
<style>
span { border-color: #225BAB; }
span { border-color: rgb(34,91,171); }
td.TdClassName
{
border-color: #225BAB;
}
.TagClassName
{
border-color: #225BAB;
}
</style>