Shades of Denim #225DB5
Tints of Denim #225DB5
RGB
CMYK
RGB Variations
Color information
#225DB5 (or 0x225DB5) is known color: Denim. HEX triplet: 22, 5D and B5. RGB value is (34,93,181). Sum of RGB (Red+Green+Blue) = 34+93+181=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #225DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225DB5 is #DDA24A. Grayscale: #545454. Windows color (decimal): -14525003 or 11885858. OLE color: 11885858.
HSL color Cylindrical-coordinate representation of color #225DB5: hue angle of 215.92º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #225DB5 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 93 | 181 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.29 |
| HSL | 215.92º | 0.68% | 0.42% | - |
| HSV(B) | 215.92º | 0.81% | 0.71% | - |
| XYZ | 12.91 | 11.5 | 45.26 | - |
| YUV | 85.39 | 181.95 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 181 | 0.81 | 0.49 | 0 | 0.29 | 215.92 | 0.68 | 0.42 |
| Hex | 22 | 5D | B5 | 51 | 31 | 0 | 1D | D8 | 44 | 2A |
| Octal | 42 | 135 | 265 | 121 | 61 | 0 | 35 | 330 | 104 | 52 |
| Binary | 100010 | 1011101 | 10110101 | 1010001 | 110001 | 0 | 11101 | 11011000 | 1000100 | 101010 |
Color Harmonies of #225DB5
Complementary color
Monochromatic Colors of #225DB5
Black with #225DB5
Text Example
Text Example
White with #225DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225DB5; }
p { color: rgb(34,93,181); }
H1.HeaderClassName
{
color: #225DB5;
}
.AnyTagClassName
{
color: #225DB5;
}
</style>
background-color css
<style>
a { background-color: #225DB5; }
a { background-color: rgb(34,93,181); }
div.DivClassName
{
background-color: #225DB5;
}
.BgClassName
{
background-color: #225DB5;
}
</style>
border-color css
<style>
span { border-color: #225DB5; }
span { border-color: rgb(34,93,181); }
td.TdClassName
{
border-color: #225DB5;
}
.TagClassName
{
border-color: #225DB5;
}
</style>