Shades of Denim #2266AD
Tints of Denim #2266AD
RGB
CMYK
RGB Variations
Color information
#2266AD (or 0x2266AD) is known color: Denim. HEX triplet: 22, 66 and AD. RGB value is (34,102,173). Sum of RGB (Red+Green+Blue) = 34+102+173=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #2266AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2266AD is #DD9952. Grayscale: #595959. Windows color (decimal): -14522707 or 11363874. OLE color: 11363874.
HSL color Cylindrical-coordinate representation of color #2266AD: hue angle of 210.65º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2266AD is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 102 | 173 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.32 |
| HSL | 210.65º | 0.67% | 0.41% | - |
| HSV(B) | 210.65º | 0.8% | 0.68% | - |
| XYZ | 12.95 | 12.86 | 41.33 | - |
| YUV | 89.76 | 174.97 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 102 | 173 | 0.80 | 0.41 | 0 | 0.32 | 210.65 | 0.67 | 0.41 |
| Hex | 22 | 66 | AD | 50 | 29 | 0 | 20 | D3 | 43 | 29 |
| Octal | 42 | 146 | 255 | 120 | 51 | 0 | 40 | 323 | 103 | 51 |
| Binary | 100010 | 1100110 | 10101101 | 1010000 | 101001 | 0 | 100000 | 11010011 | 1000011 | 101001 |
Color Harmonies of #2266AD
Complementary color
Monochromatic Colors of #2266AD
Black with #2266AD
Text Example
Text Example
White with #2266AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2266AD; }
p { color: rgb(34,102,173); }
H1.HeaderClassName
{
color: #2266AD;
}
.AnyTagClassName
{
color: #2266AD;
}
</style>
background-color css
<style>
a { background-color: #2266AD; }
a { background-color: rgb(34,102,173); }
div.DivClassName
{
background-color: #2266AD;
}
.BgClassName
{
background-color: #2266AD;
}
</style>
border-color css
<style>
span { border-color: #2266AD; }
span { border-color: rgb(34,102,173); }
td.TdClassName
{
border-color: #2266AD;
}
.TagClassName
{
border-color: #2266AD;
}
</style>