Shades of Denim #2275CD
Tints of Denim #2275CD
RGB
CMYK
RGB Variations
Color information
#2275CD (or 0x2275CD) is known color: Denim. HEX triplet: 22, 75 and CD. RGB value is (34,117,205). Sum of RGB (Red+Green+Blue) = 34+117+205=356 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.55% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #2275CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2275CD is #DD8A32. Grayscale: #656565. Windows color (decimal): -14518835 or 13464866. OLE color: 13464866.
HSL color Cylindrical-coordinate representation of color #2275CD: hue angle of 210.88º 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 #2275CD is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 117 | 205 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.20 |
| HSL | 210.88º | 0.72% | 0.47% | - |
| HSV(B) | 210.88º | 0.83% | 0.8% | - |
| XYZ | 18.04 | 17.47 | 60.18 | - |
| YUV | 102.22 | 186 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 117 | 205 | 0.83 | 0.43 | 0 | 0.20 | 210.88 | 0.72 | 0.47 |
| Hex | 22 | 75 | CD | 53 | 2B | 0 | 14 | D3 | 48 | 2F |
| Octal | 42 | 165 | 315 | 123 | 53 | 0 | 24 | 323 | 110 | 57 |
| Binary | 100010 | 1110101 | 11001101 | 1010011 | 101011 | 0 | 10100 | 11010011 | 1001000 | 101111 |
Color Harmonies of #2275CD
Complementary color
Monochromatic Colors of #2275CD
Black with #2275CD
Text Example
Text Example
White with #2275CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2275CD; }
p { color: rgb(34,117,205); }
H1.HeaderClassName
{
color: #2275CD;
}
.AnyTagClassName
{
color: #2275CD;
}
</style>
background-color css
<style>
a { background-color: #2275CD; }
a { background-color: rgb(34,117,205); }
div.DivClassName
{
background-color: #2275CD;
}
.BgClassName
{
background-color: #2275CD;
}
</style>
border-color css
<style>
span { border-color: #2275CD; }
span { border-color: rgb(34,117,205); }
td.TdClassName
{
border-color: #2275CD;
}
.TagClassName
{
border-color: #2275CD;
}
</style>