Shades of Denim #2272C1
Tints of Denim #2272C1
RGB
CMYK
RGB Variations
Color information
#2272C1 (or 0x2272C1) is known color: Denim. HEX triplet: 22, 72 and C1. RGB value is (34,114,193). Sum of RGB (Red+Green+Blue) = 34+114+193=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #2272C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2272C1 is #DD8D3E. Grayscale: #626262. Windows color (decimal): -14519615 or 12677666. OLE color: 12677666.
HSL color Cylindrical-coordinate representation of color #2272C1: hue angle of 209.81º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2272C1 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 114 | 193 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.24 |
| HSL | 209.81º | 0.7% | 0.45% | - |
| HSV(B) | 209.81º | 0.82% | 0.76% | - |
| XYZ | 16.3 | 16.22 | 52.72 | - |
| YUV | 99.09 | 181 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 114 | 193 | 0.82 | 0.41 | 0 | 0.24 | 209.81 | 0.7 | 0.45 |
| Hex | 22 | 72 | C1 | 52 | 29 | 0 | 18 | D2 | 46 | 2D |
| Octal | 42 | 162 | 301 | 122 | 51 | 0 | 30 | 322 | 106 | 55 |
| Binary | 100010 | 1110010 | 11000001 | 1010010 | 101001 | 0 | 11000 | 11010010 | 1000110 | 101101 |
Color Harmonies of #2272C1
Complementary color
Monochromatic Colors of #2272C1
Black with #2272C1
Text Example
Text Example
White with #2272C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2272C1; }
p { color: rgb(34,114,193); }
H1.HeaderClassName
{
color: #2272C1;
}
.AnyTagClassName
{
color: #2272C1;
}
</style>
background-color css
<style>
a { background-color: #2272C1; }
a { background-color: rgb(34,114,193); }
div.DivClassName
{
background-color: #2272C1;
}
.BgClassName
{
background-color: #2272C1;
}
</style>
border-color css
<style>
span { border-color: #2272C1; }
span { border-color: rgb(34,114,193); }
td.TdClassName
{
border-color: #2272C1;
}
.TagClassName
{
border-color: #2272C1;
}
</style>