Shades of Denim #225DBA
Tints of Denim #225DBA
RGB
CMYK
RGB Variations
Color information
#225DBA (or 0x225DBA) is known color: Denim. HEX triplet: 22, 5D and BA. RGB value is (34,93,186). Sum of RGB (Red+Green+Blue) = 34+93+186=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #225DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225DBA is #DDA245. Grayscale: #555555. Windows color (decimal): -14524998 or 12213538. OLE color: 12213538.
HSL color Cylindrical-coordinate representation of color #225DBA: hue angle of 216.71º 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 #225DBA is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 93 | 186 | - |
| CMYK | 0.82 | 0.5 | 0 | 0.27 |
| HSL | 216.71º | 0.69% | 0.43% | - |
| HSV(B) | 216.71º | 0.82% | 0.73% | - |
| XYZ | 13.44 | 11.71 | 48.01 | - |
| YUV | 85.96 | 184.45 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 186 | 0.82 | 0.5 | 0 | 0.27 | 216.71 | 0.69 | 0.43 |
| Hex | 22 | 5D | BA | 52 | 32 | 0 | 1B | D9 | 45 | 2B |
| Octal | 42 | 135 | 272 | 122 | 62 | 0 | 33 | 331 | 105 | 53 |
| Binary | 100010 | 1011101 | 10111010 | 1010010 | 110010 | 0 | 11011 | 11011001 | 1000101 | 101011 |
Color Harmonies of #225DBA
Complementary color
Monochromatic Colors of #225DBA
Black with #225DBA
Text Example
Text Example
White with #225DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225DBA; }
p { color: rgb(34,93,186); }
H1.HeaderClassName
{
color: #225DBA;
}
.AnyTagClassName
{
color: #225DBA;
}
</style>
background-color css
<style>
a { background-color: #225DBA; }
a { background-color: rgb(34,93,186); }
div.DivClassName
{
background-color: #225DBA;
}
.BgClassName
{
background-color: #225DBA;
}
</style>
border-color css
<style>
span { border-color: #225DBA; }
span { border-color: rgb(34,93,186); }
td.TdClassName
{
border-color: #225DBA;
}
.TagClassName
{
border-color: #225DBA;
}
</style>