Shades of Denim #2273BC
Tints of Denim #2273BC
RGB
CMYK
RGB Variations
Color information
#2273BC (or 0x2273BC) is known color: Denim. HEX triplet: 22, 73 and BC. RGB value is (34,115,188). Sum of RGB (Red+Green+Blue) = 34+115+188=337 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.09% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #2273BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2273BC is #DD8C43. Grayscale: #626262. Windows color (decimal): -14519364 or 12350242. OLE color: 12350242.
HSL color Cylindrical-coordinate representation of color #2273BC: hue angle of 208.44º 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 #2273BC is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 115 | 188 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.26 |
| HSL | 208.44º | 0.69% | 0.44% | - |
| HSV(B) | 208.44º | 0.82% | 0.74% | - |
| XYZ | 15.87 | 16.23 | 49.87 | - |
| YUV | 99.1 | 178.16 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 115 | 188 | 0.82 | 0.39 | 0 | 0.26 | 208.44 | 0.69 | 0.44 |
| Hex | 22 | 73 | BC | 52 | 27 | 0 | 1A | D0 | 45 | 2C |
| Octal | 42 | 163 | 274 | 122 | 47 | 0 | 32 | 320 | 105 | 54 |
| Binary | 100010 | 1110011 | 10111100 | 1010010 | 100111 | 0 | 11010 | 11010000 | 1000101 | 101100 |
Color Harmonies of #2273BC
Complementary color
Monochromatic Colors of #2273BC
Black with #2273BC
Text Example
Text Example
White with #2273BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2273BC; }
p { color: rgb(34,115,188); }
H1.HeaderClassName
{
color: #2273BC;
}
.AnyTagClassName
{
color: #2273BC;
}
</style>
background-color css
<style>
a { background-color: #2273BC; }
a { background-color: rgb(34,115,188); }
div.DivClassName
{
background-color: #2273BC;
}
.BgClassName
{
background-color: #2273BC;
}
</style>
border-color css
<style>
span { border-color: #2273BC; }
span { border-color: rgb(34,115,188); }
td.TdClassName
{
border-color: #2273BC;
}
.TagClassName
{
border-color: #2273BC;
}
</style>