Shades of Denim #2279C5
Tints of Denim #2279C5
RGB
CMYK
RGB Variations
Color information
#2279C5 (or 0x2279C5) is known color: Denim. HEX triplet: 22, 79 and C5. RGB value is (34,121,197). Sum of RGB (Red+Green+Blue) = 34+121+197=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 197 (77.34% from 255 or 55.97% from 352); Max value from RGB is 197 - color contains mainly: blue. Hex color #2279C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2279C5 is #DD863A. Grayscale: #676767. Windows color (decimal): -14517819 or 12941602. OLE color: 12941602.
HSL color Cylindrical-coordinate representation of color #2279C5: hue angle of 207.98º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2279C5 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 121 | 197 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.23 |
| HSL | 207.98º | 0.71% | 0.45% | - |
| HSV(B) | 207.98º | 0.83% | 0.77% | - |
| XYZ | 17.58 | 18.05 | 55.38 | - |
| YUV | 103.65 | 180.68 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 121 | 197 | 0.83 | 0.39 | 0 | 0.23 | 207.98 | 0.71 | 0.45 |
| Hex | 22 | 79 | C5 | 53 | 27 | 0 | 17 | D0 | 47 | 2D |
| Octal | 42 | 171 | 305 | 123 | 47 | 0 | 27 | 320 | 107 | 55 |
| Binary | 100010 | 1111001 | 11000101 | 1010011 | 100111 | 0 | 10111 | 11010000 | 1000111 | 101101 |
Color Harmonies of #2279C5
Complementary color
Monochromatic Colors of #2279C5
Black with #2279C5
Text Example
Text Example
White with #2279C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2279C5; }
p { color: rgb(34,121,197); }
H1.HeaderClassName
{
color: #2279C5;
}
.AnyTagClassName
{
color: #2279C5;
}
</style>
background-color css
<style>
a { background-color: #2279C5; }
a { background-color: rgb(34,121,197); }
div.DivClassName
{
background-color: #2279C5;
}
.BgClassName
{
background-color: #2279C5;
}
</style>
border-color css
<style>
span { border-color: #2279C5; }
span { border-color: rgb(34,121,197); }
td.TdClassName
{
border-color: #2279C5;
}
.TagClassName
{
border-color: #2279C5;
}
</style>