Shades of Denim #2272BC
Tints of Denim #2272BC
RGB
CMYK
RGB Variations
Color information
#2272BC (or 0x2272BC) is known color: Denim. HEX triplet: 22, 72 and BC. RGB value is (34,114,188). Sum of RGB (Red+Green+Blue) = 34+114+188=336 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.12% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #2272BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2272BC is #DD8D43. Grayscale: #626262. Windows color (decimal): -14519620 or 12349986. OLE color: 12349986.
HSL color Cylindrical-coordinate representation of color #2272BC: hue angle of 208.83º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2272BC is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 114 | 188 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.26 |
| HSL | 208.83º | 0.69% | 0.44% | - |
| HSV(B) | 208.83º | 0.82% | 0.74% | - |
| XYZ | 15.75 | 16.01 | 49.84 | - |
| YUV | 98.52 | 178.5 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 114 | 188 | 0.82 | 0.39 | 0 | 0.26 | 208.83 | 0.69 | 0.44 |
| Hex | 22 | 72 | BC | 52 | 27 | 0 | 1A | D1 | 45 | 2C |
| Octal | 42 | 162 | 274 | 122 | 47 | 0 | 32 | 321 | 105 | 54 |
| Binary | 100010 | 1110010 | 10111100 | 1010010 | 100111 | 0 | 11010 | 11010001 | 1000101 | 101100 |
Color Harmonies of #2272BC
Complementary color
Monochromatic Colors of #2272BC
Black with #2272BC
Text Example
Text Example
White with #2272BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2272BC; }
p { color: rgb(34,114,188); }
H1.HeaderClassName
{
color: #2272BC;
}
.AnyTagClassName
{
color: #2272BC;
}
</style>
background-color css
<style>
a { background-color: #2272BC; }
a { background-color: rgb(34,114,188); }
div.DivClassName
{
background-color: #2272BC;
}
.BgClassName
{
background-color: #2272BC;
}
</style>
border-color css
<style>
span { border-color: #2272BC; }
span { border-color: rgb(34,114,188); }
td.TdClassName
{
border-color: #2272BC;
}
.TagClassName
{
border-color: #2272BC;
}
</style>