Shades of Denim #225DB1
Tints of Denim #225DB1
RGB
CMYK
RGB Variations
Color information
#225DB1 (or 0x225DB1) is known color: Denim. HEX triplet: 22, 5D and B1. RGB value is (34,93,177). Sum of RGB (Red+Green+Blue) = 34+93+177=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #225DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225DB1 is #DDA24E. Grayscale: #545454. Windows color (decimal): -14525007 or 11623714. OLE color: 11623714.
HSL color Cylindrical-coordinate representation of color #225DB1: hue angle of 215.24º 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 #225DB1 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 93 | 177 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.31 |
| HSL | 215.24º | 0.68% | 0.41% | - |
| HSV(B) | 215.24º | 0.81% | 0.69% | - |
| XYZ | 12.51 | 11.34 | 43.13 | - |
| YUV | 84.94 | 179.95 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 177 | 0.81 | 0.47 | 0 | 0.31 | 215.24 | 0.68 | 0.41 |
| Hex | 22 | 5D | B1 | 51 | 2F | 0 | 1F | D7 | 44 | 29 |
| Octal | 42 | 135 | 261 | 121 | 57 | 0 | 37 | 327 | 104 | 51 |
| Binary | 100010 | 1011101 | 10110001 | 1010001 | 101111 | 0 | 11111 | 11010111 | 1000100 | 101001 |
Color Harmonies of #225DB1
Complementary color
Monochromatic Colors of #225DB1
Black with #225DB1
Text Example
Text Example
White with #225DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225DB1; }
p { color: rgb(34,93,177); }
H1.HeaderClassName
{
color: #225DB1;
}
.AnyTagClassName
{
color: #225DB1;
}
</style>
background-color css
<style>
a { background-color: #225DB1; }
a { background-color: rgb(34,93,177); }
div.DivClassName
{
background-color: #225DB1;
}
.BgClassName
{
background-color: #225DB1;
}
</style>
border-color css
<style>
span { border-color: #225DB1; }
span { border-color: rgb(34,93,177); }
td.TdClassName
{
border-color: #225DB1;
}
.TagClassName
{
border-color: #225DB1;
}
</style>