Shades of Denim #217CCC
Tints of Denim #217CCC
RGB
CMYK
RGB Variations
Color information
#217CCC (or 0x217CCC) is known color: Denim. HEX triplet: 21, 7C and CC. RGB value is (33,124,204). Sum of RGB (Red+Green+Blue) = 33+124+204=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #217CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CCC is #DE8333. Grayscale: #696969. Windows color (decimal): -14582580 or 13401121. OLE color: 13401121.
HSL color Cylindrical-coordinate representation of color #217CCC: hue angle of 208.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217CCC is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 124 | 204 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.2 |
| HSL | 208.07º | 0.72% | 0.46% | - |
| HSV(B) | 208.07º | 0.84% | 0.8% | - |
| XYZ | 18.73 | 19.1 | 59.83 | - |
| YUV | 105.91 | 183.35 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 204 | 0.84 | 0.39 | 0 | 0.2 | 208.07 | 0.72 | 0.46 |
| Hex | 21 | 7C | CC | 54 | 27 | 0 | 14 | D0 | 48 | 2E |
| Octal | 41 | 174 | 314 | 124 | 47 | 0 | 24 | 320 | 110 | 56 |
| Binary | 100001 | 1111100 | 11001100 | 1010100 | 100111 | 0 | 10100 | 11010000 | 1001000 | 101110 |
Color Harmonies of #217CCC
Complementary color
Monochromatic Colors of #217CCC
Black with #217CCC
Text Example
Text Example
White with #217CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217CCC; }
p { color: rgb(33,124,204); }
H1.HeaderClassName
{
color: #217CCC;
}
.AnyTagClassName
{
color: #217CCC;
}
</style>
background-color css
<style>
a { background-color: #217CCC; }
a { background-color: rgb(33,124,204); }
div.DivClassName
{
background-color: #217CCC;
}
.BgClassName
{
background-color: #217CCC;
}
</style>
border-color css
<style>
span { border-color: #217CCC; }
span { border-color: rgb(33,124,204); }
td.TdClassName
{
border-color: #217CCC;
}
.TagClassName
{
border-color: #217CCC;
}
</style>