Shades of Denim #2272CB
Tints of Denim #2272CB
RGB
CMYK
RGB Variations
Color information
#2272CB (or 0x2272CB) is known color: Denim. HEX triplet: 22, 72 and CB. RGB value is (34,114,203). Sum of RGB (Red+Green+Blue) = 34+114+203=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #2272CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2272CB is #DD8D34. Grayscale: #636363. Windows color (decimal): -14519605 or 13333026. OLE color: 13333026.
HSL color Cylindrical-coordinate representation of color #2272CB: hue angle of 211.6º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2272CB is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 114 | 203 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.20 |
| HSL | 211.6º | 0.71% | 0.46% | - |
| HSV(B) | 211.6º | 0.83% | 0.8% | - |
| XYZ | 17.46 | 16.69 | 58.8 | - |
| YUV | 100.23 | 186 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 114 | 203 | 0.83 | 0.44 | 0 | 0.20 | 211.6 | 0.71 | 0.46 |
| Hex | 22 | 72 | CB | 53 | 2C | 0 | 14 | D4 | 47 | 2E |
| Octal | 42 | 162 | 313 | 123 | 54 | 0 | 24 | 324 | 107 | 56 |
| Binary | 100010 | 1110010 | 11001011 | 1010011 | 101100 | 0 | 10100 | 11010100 | 1000111 | 101110 |
Color Harmonies of #2272CB
Complementary color
Monochromatic Colors of #2272CB
Black with #2272CB
Text Example
Text Example
White with #2272CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2272CB; }
p { color: rgb(34,114,203); }
H1.HeaderClassName
{
color: #2272CB;
}
.AnyTagClassName
{
color: #2272CB;
}
</style>
background-color css
<style>
a { background-color: #2272CB; }
a { background-color: rgb(34,114,203); }
div.DivClassName
{
background-color: #2272CB;
}
.BgClassName
{
background-color: #2272CB;
}
</style>
border-color css
<style>
span { border-color: #2272CB; }
span { border-color: rgb(34,114,203); }
td.TdClassName
{
border-color: #2272CB;
}
.TagClassName
{
border-color: #2272CB;
}
</style>