Shades of Denim #2261CA
Tints of Denim #2261CA
RGB
CMYK
RGB Variations
Color information
#2261CA (or 0x2261CA) is known color: Denim. HEX triplet: 22, 61 and CA. RGB value is (34,97,202). Sum of RGB (Red+Green+Blue) = 34+97+202=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #2261CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2261CA is #DD9E35. Grayscale: #595959. Windows color (decimal): -14523958 or 13263138. OLE color: 13263138.
HSL color Cylindrical-coordinate representation of color #2261CA: hue angle of 217.5º 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 #2261CA is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 97 | 202 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.21 |
| HSL | 217.5º | 0.71% | 0.46% | - |
| HSV(B) | 217.5º | 0.83% | 0.79% | - |
| XYZ | 15.6 | 13.15 | 57.59 | - |
| YUV | 90.13 | 191.13 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 97 | 202 | 0.83 | 0.52 | 0 | 0.21 | 217.5 | 0.71 | 0.46 |
| Hex | 22 | 61 | CA | 53 | 34 | 0 | 15 | DA | 47 | 2E |
| Octal | 42 | 141 | 312 | 123 | 64 | 0 | 25 | 332 | 107 | 56 |
| Binary | 100010 | 1100001 | 11001010 | 1010011 | 110100 | 0 | 10101 | 11011010 | 1000111 | 101110 |
Color Harmonies of #2261CA
Complementary color
Monochromatic Colors of #2261CA
Black with #2261CA
Text Example
Text Example
White with #2261CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2261CA; }
p { color: rgb(34,97,202); }
H1.HeaderClassName
{
color: #2261CA;
}
.AnyTagClassName
{
color: #2261CA;
}
</style>
background-color css
<style>
a { background-color: #2261CA; }
a { background-color: rgb(34,97,202); }
div.DivClassName
{
background-color: #2261CA;
}
.BgClassName
{
background-color: #2261CA;
}
</style>
border-color css
<style>
span { border-color: #2261CA; }
span { border-color: rgb(34,97,202); }
td.TdClassName
{
border-color: #2261CA;
}
.TagClassName
{
border-color: #2261CA;
}
</style>