Shades of Denim #2261C7
Tints of Denim #2261C7
RGB
CMYK
RGB Variations
Color information
#2261C7 (or 0x2261C7) is known color: Denim. HEX triplet: 22, 61 and C7. RGB value is (34,97,199). Sum of RGB (Red+Green+Blue) = 34+97+199=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 199 (78.12% from 255 or 60.30% from 330); Max value from RGB is 199 - color contains mainly: blue. Hex color #2261C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2261C7 is #DD9E38. Grayscale: #595959. Windows color (decimal): -14523961 or 13066530. OLE color: 13066530.
HSL color Cylindrical-coordinate representation of color #2261C7: hue angle of 217.09º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2261C7 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 97 | 199 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.22 |
| HSL | 217.09º | 0.71% | 0.46% | - |
| HSV(B) | 217.09º | 0.83% | 0.78% | - |
| XYZ | 15.24 | 13.01 | 55.74 | - |
| YUV | 89.79 | 189.63 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 97 | 199 | 0.83 | 0.51 | 0 | 0.22 | 217.09 | 0.71 | 0.46 |
| Hex | 22 | 61 | C7 | 53 | 33 | 0 | 16 | D9 | 47 | 2E |
| Octal | 42 | 141 | 307 | 123 | 63 | 0 | 26 | 331 | 107 | 56 |
| Binary | 100010 | 1100001 | 11000111 | 1010011 | 110011 | 0 | 10110 | 11011001 | 1000111 | 101110 |
Color Harmonies of #2261C7
Complementary color
Monochromatic Colors of #2261C7
Black with #2261C7
Text Example
Text Example
White with #2261C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2261C7; }
p { color: rgb(34,97,199); }
H1.HeaderClassName
{
color: #2261C7;
}
.AnyTagClassName
{
color: #2261C7;
}
</style>
background-color css
<style>
a { background-color: #2261C7; }
a { background-color: rgb(34,97,199); }
div.DivClassName
{
background-color: #2261C7;
}
.BgClassName
{
background-color: #2261C7;
}
</style>
border-color css
<style>
span { border-color: #2261C7; }
span { border-color: rgb(34,97,199); }
td.TdClassName
{
border-color: #2261C7;
}
.TagClassName
{
border-color: #2261C7;
}
</style>