Shades of Denim #2266AE
Tints of Denim #2266AE
RGB
CMYK
RGB Variations
Color information
#2266AE (or 0x2266AE) is known color: Denim. HEX triplet: 22, 66 and AE. RGB value is (34,102,174). Sum of RGB (Red+Green+Blue) = 34+102+174=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #2266AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2266AE is #DD9951. Grayscale: #595959. Windows color (decimal): -14522706 or 11429410. OLE color: 11429410.
HSL color Cylindrical-coordinate representation of color #2266AE: hue angle of 210.86º 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 #2266AE is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 102 | 174 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.32 |
| HSL | 210.86º | 0.67% | 0.41% | - |
| HSV(B) | 210.86º | 0.8% | 0.68% | - |
| XYZ | 13.05 | 12.9 | 41.85 | - |
| YUV | 89.88 | 175.47 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 102 | 174 | 0.80 | 0.41 | 0 | 0.32 | 210.86 | 0.67 | 0.41 |
| Hex | 22 | 66 | AE | 50 | 29 | 0 | 20 | D3 | 43 | 29 |
| Octal | 42 | 146 | 256 | 120 | 51 | 0 | 40 | 323 | 103 | 51 |
| Binary | 100010 | 1100110 | 10101110 | 1010000 | 101001 | 0 | 100000 | 11010011 | 1000011 | 101001 |
Color Harmonies of #2266AE
Complementary color
Monochromatic Colors of #2266AE
Black with #2266AE
Text Example
Text Example
White with #2266AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2266AE; }
p { color: rgb(34,102,174); }
H1.HeaderClassName
{
color: #2266AE;
}
.AnyTagClassName
{
color: #2266AE;
}
</style>
background-color css
<style>
a { background-color: #2266AE; }
a { background-color: rgb(34,102,174); }
div.DivClassName
{
background-color: #2266AE;
}
.BgClassName
{
background-color: #2266AE;
}
</style>
border-color css
<style>
span { border-color: #2266AE; }
span { border-color: rgb(34,102,174); }
td.TdClassName
{
border-color: #2266AE;
}
.TagClassName
{
border-color: #2266AE;
}
</style>