Shades of Denim #2274BC
Tints of Denim #2274BC
RGB
CMYK
RGB Variations
Color information
#2274BC (or 0x2274BC) is known color: Denim. HEX triplet: 22, 74 and BC. RGB value is (34,116,188). Sum of RGB (Red+Green+Blue) = 34+116+188=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #2274BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2274BC is #DD8B43. Grayscale: #636363. Windows color (decimal): -14519108 or 12350498. OLE color: 12350498.
HSL color Cylindrical-coordinate representation of color #2274BC: hue angle of 208.05º 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 #2274BC is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 116 | 188 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.26 |
| HSL | 208.05º | 0.69% | 0.44% | - |
| HSV(B) | 208.05º | 0.82% | 0.74% | - |
| XYZ | 15.98 | 16.46 | 49.91 | - |
| YUV | 99.69 | 177.83 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 116 | 188 | 0.82 | 0.38 | 0 | 0.26 | 208.05 | 0.69 | 0.44 |
| Hex | 22 | 74 | BC | 52 | 26 | 0 | 1A | D0 | 45 | 2C |
| Octal | 42 | 164 | 274 | 122 | 46 | 0 | 32 | 320 | 105 | 54 |
| Binary | 100010 | 1110100 | 10111100 | 1010010 | 100110 | 0 | 11010 | 11010000 | 1000101 | 101100 |
Color Harmonies of #2274BC
Complementary color
Monochromatic Colors of #2274BC
Black with #2274BC
Text Example
Text Example
White with #2274BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2274BC; }
p { color: rgb(34,116,188); }
H1.HeaderClassName
{
color: #2274BC;
}
.AnyTagClassName
{
color: #2274BC;
}
</style>
background-color css
<style>
a { background-color: #2274BC; }
a { background-color: rgb(34,116,188); }
div.DivClassName
{
background-color: #2274BC;
}
.BgClassName
{
background-color: #2274BC;
}
</style>
border-color css
<style>
span { border-color: #2274BC; }
span { border-color: rgb(34,116,188); }
td.TdClassName
{
border-color: #2274BC;
}
.TagClassName
{
border-color: #2274BC;
}
</style>