Shades of Denim #2267AF
Tints of Denim #2267AF
RGB
CMYK
RGB Variations
Color information
#2267AF (or 0x2267AF) is known color: Denim. HEX triplet: 22, 67 and AF. RGB value is (34,103,175). Sum of RGB (Red+Green+Blue) = 34+103+175=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #2267AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2267AF is #DD9850. Grayscale: #5A5A5A. Windows color (decimal): -14522449 or 11495202. OLE color: 11495202.
HSL color Cylindrical-coordinate representation of color #2267AF: hue angle of 210.64º 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 #2267AF is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 103 | 175 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.31 |
| HSL | 210.64º | 0.67% | 0.41% | - |
| HSV(B) | 210.64º | 0.81% | 0.69% | - |
| XYZ | 13.25 | 13.14 | 42.39 | - |
| YUV | 90.58 | 175.64 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 103 | 175 | 0.81 | 0.41 | 0 | 0.31 | 210.64 | 0.67 | 0.41 |
| Hex | 22 | 67 | AF | 51 | 29 | 0 | 1F | D3 | 43 | 29 |
| Octal | 42 | 147 | 257 | 121 | 51 | 0 | 37 | 323 | 103 | 51 |
| Binary | 100010 | 1100111 | 10101111 | 1010001 | 101001 | 0 | 11111 | 11010011 | 1000011 | 101001 |
Color Harmonies of #2267AF
Complementary color
Monochromatic Colors of #2267AF
Black with #2267AF
Text Example
Text Example
White with #2267AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2267AF; }
p { color: rgb(34,103,175); }
H1.HeaderClassName
{
color: #2267AF;
}
.AnyTagClassName
{
color: #2267AF;
}
</style>
background-color css
<style>
a { background-color: #2267AF; }
a { background-color: rgb(34,103,175); }
div.DivClassName
{
background-color: #2267AF;
}
.BgClassName
{
background-color: #2267AF;
}
</style>
border-color css
<style>
span { border-color: #2267AF; }
span { border-color: rgb(34,103,175); }
td.TdClassName
{
border-color: #2267AF;
}
.TagClassName
{
border-color: #2267AF;
}
</style>