Shades of Denim #225AB0
Tints of Denim #225AB0
RGB
CMYK
RGB Variations
Color information
#225AB0 (or 0x225AB0) is known color: Denim. HEX triplet: 22, 5A and B0. RGB value is (34,90,176). Sum of RGB (Red+Green+Blue) = 34+90+176=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 176 (69.14% from 255 or 58.67% from 300); Max value from RGB is 176 - color contains mainly: blue. Hex color #225AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225AB0 is #DDA54F. Grayscale: #525252. Windows color (decimal): -14525776 or 11557410. OLE color: 11557410.
HSL color Cylindrical-coordinate representation of color #225AB0: hue angle of 216.34º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #225AB0 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 90 | 176 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.31 |
| HSL | 216.34º | 0.68% | 0.41% | - |
| HSV(B) | 216.34º | 0.81% | 0.69% | - |
| XYZ | 12.15 | 10.79 | 42.52 | - |
| YUV | 83.06 | 180.45 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 176 | 0.81 | 0.49 | 0 | 0.31 | 216.34 | 0.68 | 0.41 |
| Hex | 22 | 5A | B0 | 51 | 31 | 0 | 1F | D8 | 44 | 29 |
| Octal | 42 | 132 | 260 | 121 | 61 | 0 | 37 | 330 | 104 | 51 |
| Binary | 100010 | 1011010 | 10110000 | 1010001 | 110001 | 0 | 11111 | 11011000 | 1000100 | 101001 |
Color Harmonies of #225AB0
Complementary color
Monochromatic Colors of #225AB0
Black with #225AB0
Text Example
Text Example
White with #225AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225AB0; }
p { color: rgb(34,90,176); }
H1.HeaderClassName
{
color: #225AB0;
}
.AnyTagClassName
{
color: #225AB0;
}
</style>
background-color css
<style>
a { background-color: #225AB0; }
a { background-color: rgb(34,90,176); }
div.DivClassName
{
background-color: #225AB0;
}
.BgClassName
{
background-color: #225AB0;
}
</style>
border-color css
<style>
span { border-color: #225AB0; }
span { border-color: rgb(34,90,176); }
td.TdClassName
{
border-color: #225AB0;
}
.TagClassName
{
border-color: #225AB0;
}
</style>