Shades of Denim #2269AF
Tints of Denim #2269AF
RGB
CMYK
RGB Variations
Color information
#2269AF (or 0x2269AF) is known color: Denim. HEX triplet: 22, 69 and AF. RGB value is (34,105,175). Sum of RGB (Red+Green+Blue) = 34+105+175=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #2269AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2269AF is #DD9650. Grayscale: #5B5B5B. Windows color (decimal): -14521937 or 11495714. OLE color: 11495714.
HSL color Cylindrical-coordinate representation of color #2269AF: hue angle of 209.79º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2269AF is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 105 | 175 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.31 |
| HSL | 209.79º | 0.67% | 0.41% | - |
| HSV(B) | 209.79º | 0.81% | 0.69% | - |
| XYZ | 13.45 | 13.54 | 42.46 | - |
| YUV | 91.75 | 174.98 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 105 | 175 | 0.81 | 0.40 | 0 | 0.31 | 209.79 | 0.67 | 0.41 |
| Hex | 22 | 69 | AF | 51 | 28 | 0 | 1F | D2 | 43 | 29 |
| Octal | 42 | 151 | 257 | 121 | 50 | 0 | 37 | 322 | 103 | 51 |
| Binary | 100010 | 1101001 | 10101111 | 1010001 | 101000 | 0 | 11111 | 11010010 | 1000011 | 101001 |
Color Harmonies of #2269AF
Complementary color
Monochromatic Colors of #2269AF
Black with #2269AF
Text Example
Text Example
White with #2269AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2269AF; }
p { color: rgb(34,105,175); }
H1.HeaderClassName
{
color: #2269AF;
}
.AnyTagClassName
{
color: #2269AF;
}
</style>
background-color css
<style>
a { background-color: #2269AF; }
a { background-color: rgb(34,105,175); }
div.DivClassName
{
background-color: #2269AF;
}
.BgClassName
{
background-color: #2269AF;
}
</style>
border-color css
<style>
span { border-color: #2269AF; }
span { border-color: rgb(34,105,175); }
td.TdClassName
{
border-color: #2269AF;
}
.TagClassName
{
border-color: #2269AF;
}
</style>