Shades of Denim #2262CA
Tints of Denim #2262CA
RGB
CMYK
RGB Variations
Color information
#2262CA (or 0x2262CA) is known color: Denim. HEX triplet: 22, 62 and CA. RGB value is (34,98,202). Sum of RGB (Red+Green+Blue) = 34+98+202=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #2262CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2262CA is #DD9D35. Grayscale: #5A5A5A. Windows color (decimal): -14523702 or 13263394. OLE color: 13263394.
HSL color Cylindrical-coordinate representation of color #2262CA: hue angle of 217.14º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2262CA is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 98 | 202 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.21 |
| HSL | 217.14º | 0.71% | 0.46% | - |
| HSV(B) | 217.14º | 0.83% | 0.79% | - |
| XYZ | 15.69 | 13.34 | 57.63 | - |
| YUV | 90.72 | 190.8 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 98 | 202 | 0.83 | 0.51 | 0 | 0.21 | 217.14 | 0.71 | 0.46 |
| Hex | 22 | 62 | CA | 53 | 33 | 0 | 15 | D9 | 47 | 2E |
| Octal | 42 | 142 | 312 | 123 | 63 | 0 | 25 | 331 | 107 | 56 |
| Binary | 100010 | 1100010 | 11001010 | 1010011 | 110011 | 0 | 10101 | 11011001 | 1000111 | 101110 |
Color Harmonies of #2262CA
Complementary color
Monochromatic Colors of #2262CA
Black with #2262CA
Text Example
Text Example
White with #2262CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2262CA; }
p { color: rgb(34,98,202); }
H1.HeaderClassName
{
color: #2262CA;
}
.AnyTagClassName
{
color: #2262CA;
}
</style>
background-color css
<style>
a { background-color: #2262CA; }
a { background-color: rgb(34,98,202); }
div.DivClassName
{
background-color: #2262CA;
}
.BgClassName
{
background-color: #2262CA;
}
</style>
border-color css
<style>
span { border-color: #2262CA; }
span { border-color: rgb(34,98,202); }
td.TdClassName
{
border-color: #2262CA;
}
.TagClassName
{
border-color: #2262CA;
}
</style>