Shades of Denim #225DBB
Tints of Denim #225DBB
RGB
CMYK
RGB Variations
Color information
#225DBB (or 0x225DBB) is known color: Denim. HEX triplet: 22, 5D and BB. RGB value is (34,93,187). Sum of RGB (Red+Green+Blue) = 34+93+187=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #225DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225DBB is #DDA244. Grayscale: #555555. Windows color (decimal): -14524997 or 12279074. OLE color: 12279074.
HSL color Cylindrical-coordinate representation of color #225DBB: hue angle of 216.86º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #225DBB is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 93 | 187 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.27 |
| HSL | 216.86º | 0.69% | 0.43% | - |
| HSV(B) | 216.86º | 0.82% | 0.73% | - |
| XYZ | 13.54 | 11.76 | 48.57 | - |
| YUV | 86.08 | 184.95 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 187 | 0.82 | 0.50 | 0 | 0.27 | 216.86 | 0.69 | 0.43 |
| Hex | 22 | 5D | BB | 52 | 32 | 0 | 1B | D9 | 45 | 2B |
| Octal | 42 | 135 | 273 | 122 | 62 | 0 | 33 | 331 | 105 | 53 |
| Binary | 100010 | 1011101 | 10111011 | 1010010 | 110010 | 0 | 11011 | 11011001 | 1000101 | 101011 |
Color Harmonies of #225DBB
Complementary color
Monochromatic Colors of #225DBB
Black with #225DBB
Text Example
Text Example
White with #225DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225DBB; }
p { color: rgb(34,93,187); }
H1.HeaderClassName
{
color: #225DBB;
}
.AnyTagClassName
{
color: #225DBB;
}
</style>
background-color css
<style>
a { background-color: #225DBB; }
a { background-color: rgb(34,93,187); }
div.DivClassName
{
background-color: #225DBB;
}
.BgClassName
{
background-color: #225DBB;
}
</style>
border-color css
<style>
span { border-color: #225DBB; }
span { border-color: rgb(34,93,187); }
td.TdClassName
{
border-color: #225DBB;
}
.TagClassName
{
border-color: #225DBB;
}
</style>