Shades of Denim #225DC4
Tints of Denim #225DC4
RGB
CMYK
RGB Variations
Color information
#225DC4 (or 0x225DC4) is known color: Denim. HEX triplet: 22, 5D and C4. RGB value is (34,93,196). Sum of RGB (Red+Green+Blue) = 34+93+196=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #225DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225DC4 is #DDA23B. Grayscale: #565656. Windows color (decimal): -14524988 or 12868898. OLE color: 12868898.
HSL color Cylindrical-coordinate representation of color #225DC4: hue angle of 218.15º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225DC4 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 93 | 196 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.23 |
| HSL | 218.15º | 0.7% | 0.45% | - |
| HSV(B) | 218.15º | 0.83% | 0.77% | - |
| XYZ | 14.54 | 12.15 | 53.8 | - |
| YUV | 87.1 | 189.45 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 196 | 0.83 | 0.53 | 0 | 0.23 | 218.15 | 0.7 | 0.45 |
| Hex | 22 | 5D | C4 | 53 | 35 | 0 | 17 | DA | 46 | 2D |
| Octal | 42 | 135 | 304 | 123 | 65 | 0 | 27 | 332 | 106 | 55 |
| Binary | 100010 | 1011101 | 11000100 | 1010011 | 110101 | 0 | 10111 | 11011010 | 1000110 | 101101 |
Color Harmonies of #225DC4
Complementary color
Monochromatic Colors of #225DC4
Black with #225DC4
Text Example
Text Example
White with #225DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225DC4; }
p { color: rgb(34,93,196); }
H1.HeaderClassName
{
color: #225DC4;
}
.AnyTagClassName
{
color: #225DC4;
}
</style>
background-color css
<style>
a { background-color: #225DC4; }
a { background-color: rgb(34,93,196); }
div.DivClassName
{
background-color: #225DC4;
}
.BgClassName
{
background-color: #225DC4;
}
</style>
border-color css
<style>
span { border-color: #225DC4; }
span { border-color: rgb(34,93,196); }
td.TdClassName
{
border-color: #225DC4;
}
.TagClassName
{
border-color: #225DC4;
}
</style>