Shades of Denim #2270CA
Tints of Denim #2270CA
RGB
CMYK
RGB Variations
Color information
#2270CA (or 0x2270CA) is known color: Denim. HEX triplet: 22, 70 and CA. RGB value is (34,112,202). Sum of RGB (Red+Green+Blue) = 34+112+202=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #2270CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2270CA is #DD8F35. Grayscale: #626262. Windows color (decimal): -14520118 or 13266978. OLE color: 13266978.
HSL color Cylindrical-coordinate representation of color #2270CA: hue angle of 212.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 #2270CA is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 112 | 202 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.21 |
| HSL | 212.14º | 0.71% | 0.46% | - |
| HSV(B) | 212.14º | 0.83% | 0.79% | - |
| XYZ | 17.11 | 16.19 | 58.1 | - |
| YUV | 98.94 | 186.16 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 202 | 0.83 | 0.45 | 0 | 0.21 | 212.14 | 0.71 | 0.46 |
| Hex | 22 | 70 | CA | 53 | 2D | 0 | 15 | D4 | 47 | 2E |
| Octal | 42 | 160 | 312 | 123 | 55 | 0 | 25 | 324 | 107 | 56 |
| Binary | 100010 | 1110000 | 11001010 | 1010011 | 101101 | 0 | 10101 | 11010100 | 1000111 | 101110 |
Color Harmonies of #2270CA
Complementary color
Monochromatic Colors of #2270CA
Black with #2270CA
Text Example
Text Example
White with #2270CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2270CA; }
p { color: rgb(34,112,202); }
H1.HeaderClassName
{
color: #2270CA;
}
.AnyTagClassName
{
color: #2270CA;
}
</style>
background-color css
<style>
a { background-color: #2270CA; }
a { background-color: rgb(34,112,202); }
div.DivClassName
{
background-color: #2270CA;
}
.BgClassName
{
background-color: #2270CA;
}
</style>
border-color css
<style>
span { border-color: #2270CA; }
span { border-color: rgb(34,112,202); }
td.TdClassName
{
border-color: #2270CA;
}
.TagClassName
{
border-color: #2270CA;
}
</style>