Shades of Denim #227DD2
Tints of Denim #227DD2
RGB
CMYK
RGB Variations
Color information
#227DD2 (or 0x227DD2) is known color: Denim. HEX triplet: 22, 7D and D2. RGB value is (34,125,210). Sum of RGB (Red+Green+Blue) = 34+125+210=369 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.21% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #227DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227DD2 is #DD822D. Grayscale: #6B6B6B. Windows color (decimal): -14516782 or 13794594. OLE color: 13794594.
HSL color Cylindrical-coordinate representation of color #227DD2: hue angle of 208.98º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #227DD2 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 125 | 210 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.18 |
| HSL | 208.98º | 0.72% | 0.48% | - |
| HSV(B) | 208.98º | 0.84% | 0.82% | - |
| XYZ | 19.63 | 19.66 | 63.73 | - |
| YUV | 107.48 | 185.85 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 210 | 0.84 | 0.40 | 0 | 0.18 | 208.98 | 0.72 | 0.48 |
| Hex | 22 | 7D | D2 | 54 | 28 | 0 | 12 | D1 | 48 | 30 |
| Octal | 42 | 175 | 322 | 124 | 50 | 0 | 22 | 321 | 110 | 60 |
| Binary | 100010 | 1111101 | 11010010 | 1010100 | 101000 | 0 | 10010 | 11010001 | 1001000 | 110000 |
Color Harmonies of #227DD2
Complementary color
Monochromatic Colors of #227DD2
Black with #227DD2
Text Example
Text Example
White with #227DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227DD2; }
p { color: rgb(34,125,210); }
H1.HeaderClassName
{
color: #227DD2;
}
.AnyTagClassName
{
color: #227DD2;
}
</style>
background-color css
<style>
a { background-color: #227DD2; }
a { background-color: rgb(34,125,210); }
div.DivClassName
{
background-color: #227DD2;
}
.BgClassName
{
background-color: #227DD2;
}
</style>
border-color css
<style>
span { border-color: #227DD2; }
span { border-color: rgb(34,125,210); }
td.TdClassName
{
border-color: #227DD2;
}
.TagClassName
{
border-color: #227DD2;
}
</style>