Shades of Denim #2262DA
Tints of Denim #2262DA
RGB
CMYK
RGB Variations
Color information
#2262DA (or 0x2262DA) is known color: Denim. HEX triplet: 22, 62 and DA. RGB value is (34,98,218). Sum of RGB (Red+Green+Blue) = 34+98+218=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #2262DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2262DA is #DD9D25. Grayscale: #5C5C5C. Windows color (decimal): -14523686 or 14311970. OLE color: 14311970.
HSL color Cylindrical-coordinate representation of color #2262DA: hue angle of 219.13º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2262DA is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 98 | 218 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.15 |
| HSL | 219.13º | 0.73% | 0.49% | - |
| HSV(B) | 219.13º | 0.84% | 0.85% | - |
| XYZ | 17.68 | 14.14 | 68.13 | - |
| YUV | 92.54 | 198.8 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 98 | 218 | 0.84 | 0.55 | 0 | 0.15 | 219.13 | 0.73 | 0.49 |
| Hex | 22 | 62 | DA | 54 | 37 | 0 | F | DB | 49 | 31 |
| Octal | 42 | 142 | 332 | 124 | 67 | 0 | 17 | 333 | 111 | 61 |
| Binary | 100010 | 1100010 | 11011010 | 1010100 | 110111 | 0 | 1111 | 11011011 | 1001001 | 110001 |
Color Harmonies of #2262DA
Complementary color
Monochromatic Colors of #2262DA
Black with #2262DA
Text Example
Text Example
White with #2262DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2262DA; }
p { color: rgb(34,98,218); }
H1.HeaderClassName
{
color: #2262DA;
}
.AnyTagClassName
{
color: #2262DA;
}
</style>
background-color css
<style>
a { background-color: #2262DA; }
a { background-color: rgb(34,98,218); }
div.DivClassName
{
background-color: #2262DA;
}
.BgClassName
{
background-color: #2262DA;
}
</style>
border-color css
<style>
span { border-color: #2262DA; }
span { border-color: rgb(34,98,218); }
td.TdClassName
{
border-color: #2262DA;
}
.TagClassName
{
border-color: #2262DA;
}
</style>