Shades of Denim #227CCD
Tints of Denim #227CCD
RGB
CMYK
RGB Variations
Color information
#227CCD (or 0x227CCD) is known color: Denim. HEX triplet: 22, 7C and CD. RGB value is (34,124,205). Sum of RGB (Red+Green+Blue) = 34+124+205=363 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.37% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #227CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227CCD is #DD8332. Grayscale: #696969. Windows color (decimal): -14517043 or 13466658. OLE color: 13466658.
HSL color Cylindrical-coordinate representation of color #227CCD: hue angle of 208.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227CCD is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 124 | 205 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.20 |
| HSL | 208.42º | 0.72% | 0.47% | - |
| HSV(B) | 208.42º | 0.83% | 0.8% | - |
| XYZ | 18.89 | 19.16 | 60.46 | - |
| YUV | 106.32 | 183.68 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 205 | 0.83 | 0.40 | 0 | 0.20 | 208.42 | 0.72 | 0.47 |
| Hex | 22 | 7C | CD | 53 | 28 | 0 | 14 | D0 | 48 | 2F |
| Octal | 42 | 174 | 315 | 123 | 50 | 0 | 24 | 320 | 110 | 57 |
| Binary | 100010 | 1111100 | 11001101 | 1010011 | 101000 | 0 | 10100 | 11010000 | 1001000 | 101111 |
Color Harmonies of #227CCD
Complementary color
Monochromatic Colors of #227CCD
Black with #227CCD
Text Example
Text Example
White with #227CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227CCD; }
p { color: rgb(34,124,205); }
H1.HeaderClassName
{
color: #227CCD;
}
.AnyTagClassName
{
color: #227CCD;
}
</style>
background-color css
<style>
a { background-color: #227CCD; }
a { background-color: rgb(34,124,205); }
div.DivClassName
{
background-color: #227CCD;
}
.BgClassName
{
background-color: #227CCD;
}
</style>
border-color css
<style>
span { border-color: #227CCD; }
span { border-color: rgb(34,124,205); }
td.TdClassName
{
border-color: #227CCD;
}
.TagClassName
{
border-color: #227CCD;
}
</style>