Shades of Denim #2270C4
Tints of Denim #2270C4
RGB
CMYK
RGB Variations
Color information
#2270C4 (or 0x2270C4) is known color: Denim. HEX triplet: 22, 70 and C4. RGB value is (34,112,196). Sum of RGB (Red+Green+Blue) = 34+112+196=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #2270C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2270C4 is #DD8F3B. Grayscale: #616161. Windows color (decimal): -14520124 or 12873762. OLE color: 12873762.
HSL color Cylindrical-coordinate representation of color #2270C4: hue angle of 211.11º degrees, saturation: 0.7, 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 #2270C4 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 112 | 196 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.23 |
| HSL | 211.11º | 0.7% | 0.45% | - |
| HSV(B) | 211.11º | 0.83% | 0.77% | - |
| XYZ | 16.42 | 15.91 | 54.43 | - |
| YUV | 98.25 | 183.16 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 196 | 0.83 | 0.43 | 0 | 0.23 | 211.11 | 0.7 | 0.45 |
| Hex | 22 | 70 | C4 | 53 | 2B | 0 | 17 | D3 | 46 | 2D |
| Octal | 42 | 160 | 304 | 123 | 53 | 0 | 27 | 323 | 106 | 55 |
| Binary | 100010 | 1110000 | 11000100 | 1010011 | 101011 | 0 | 10111 | 11010011 | 1000110 | 101101 |
Color Harmonies of #2270C4
Complementary color
Monochromatic Colors of #2270C4
Black with #2270C4
Text Example
Text Example
White with #2270C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2270C4; }
p { color: rgb(34,112,196); }
H1.HeaderClassName
{
color: #2270C4;
}
.AnyTagClassName
{
color: #2270C4;
}
</style>
background-color css
<style>
a { background-color: #2270C4; }
a { background-color: rgb(34,112,196); }
div.DivClassName
{
background-color: #2270C4;
}
.BgClassName
{
background-color: #2270C4;
}
</style>
border-color css
<style>
span { border-color: #2270C4; }
span { border-color: rgb(34,112,196); }
td.TdClassName
{
border-color: #2270C4;
}
.TagClassName
{
border-color: #2270C4;
}
</style>