Shades of Denim #2272BD
Tints of Denim #2272BD
RGB
CMYK
RGB Variations
Color information
#2272BD (or 0x2272BD) is known color: Denim. HEX triplet: 22, 72 and BD. RGB value is (34,114,189). Sum of RGB (Red+Green+Blue) = 34+114+189=337 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.09% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #2272BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2272BD is #DD8D42. Grayscale: #626262. Windows color (decimal): -14519619 or 12415522. OLE color: 12415522.
HSL color Cylindrical-coordinate representation of color #2272BD: hue angle of 209.03º degrees, saturation: 0.7, 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 #2272BD is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 114 | 189 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.26 |
| HSL | 209.03º | 0.7% | 0.44% | - |
| HSV(B) | 209.03º | 0.82% | 0.74% | - |
| XYZ | 15.86 | 16.05 | 50.41 | - |
| YUV | 98.63 | 179 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 114 | 189 | 0.82 | 0.40 | 0 | 0.26 | 209.03 | 0.7 | 0.44 |
| Hex | 22 | 72 | BD | 52 | 28 | 0 | 1A | D1 | 46 | 2C |
| Octal | 42 | 162 | 275 | 122 | 50 | 0 | 32 | 321 | 106 | 54 |
| Binary | 100010 | 1110010 | 10111101 | 1010010 | 101000 | 0 | 11010 | 11010001 | 1000110 | 101100 |
Color Harmonies of #2272BD
Complementary color
Monochromatic Colors of #2272BD
Black with #2272BD
Text Example
Text Example
White with #2272BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2272BD; }
p { color: rgb(34,114,189); }
H1.HeaderClassName
{
color: #2272BD;
}
.AnyTagClassName
{
color: #2272BD;
}
</style>
background-color css
<style>
a { background-color: #2272BD; }
a { background-color: rgb(34,114,189); }
div.DivClassName
{
background-color: #2272BD;
}
.BgClassName
{
background-color: #2272BD;
}
</style>
border-color css
<style>
span { border-color: #2272BD; }
span { border-color: rgb(34,114,189); }
td.TdClassName
{
border-color: #2272BD;
}
.TagClassName
{
border-color: #2272BD;
}
</style>