Shades of Denim #225DB4
Tints of Denim #225DB4
RGB
CMYK
RGB Variations
Color information
#225DB4 (or 0x225DB4) is known color: Denim. HEX triplet: 22, 5D and B4. RGB value is (34,93,180). Sum of RGB (Red+Green+Blue) = 34+93+180=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #225DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225DB4 is #DDA24B. Grayscale: #545454. Windows color (decimal): -14525004 or 11820322. OLE color: 11820322.
HSL color Cylindrical-coordinate representation of color #225DB4: hue angle of 215.75º 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 #225DB4 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 93 | 180 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.29 |
| HSL | 215.75º | 0.68% | 0.42% | - |
| HSV(B) | 215.75º | 0.81% | 0.71% | - |
| XYZ | 12.81 | 11.46 | 44.72 | - |
| YUV | 85.28 | 181.45 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 180 | 0.81 | 0.48 | 0 | 0.29 | 215.75 | 0.68 | 0.42 |
| Hex | 22 | 5D | B4 | 51 | 30 | 0 | 1D | D8 | 44 | 2A |
| Octal | 42 | 135 | 264 | 121 | 60 | 0 | 35 | 330 | 104 | 52 |
| Binary | 100010 | 1011101 | 10110100 | 1010001 | 110000 | 0 | 11101 | 11011000 | 1000100 | 101010 |
Color Harmonies of #225DB4
Complementary color
Monochromatic Colors of #225DB4
Black with #225DB4
Text Example
Text Example
White with #225DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225DB4; }
p { color: rgb(34,93,180); }
H1.HeaderClassName
{
color: #225DB4;
}
.AnyTagClassName
{
color: #225DB4;
}
</style>
background-color css
<style>
a { background-color: #225DB4; }
a { background-color: rgb(34,93,180); }
div.DivClassName
{
background-color: #225DB4;
}
.BgClassName
{
background-color: #225DB4;
}
</style>
border-color css
<style>
span { border-color: #225DB4; }
span { border-color: rgb(34,93,180); }
td.TdClassName
{
border-color: #225DB4;
}
.TagClassName
{
border-color: #225DB4;
}
</style>