Shades of Denim #227ACB
Tints of Denim #227ACB
RGB
CMYK
RGB Variations
Color information
#227ACB (or 0x227ACB) is known color: Denim. HEX triplet: 22, 7A and CB. RGB value is (34,122,203). Sum of RGB (Red+Green+Blue) = 34+122+203=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #227ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227ACB is #DD8534. Grayscale: #686868. Windows color (decimal): -14517557 or 13335074. OLE color: 13335074.
HSL color Cylindrical-coordinate representation of color #227ACB: hue angle of 208.76º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227ACB is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 122 | 203 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.20 |
| HSL | 208.76º | 0.71% | 0.46% | - |
| HSV(B) | 208.76º | 0.83% | 0.8% | - |
| XYZ | 18.4 | 18.57 | 59.11 | - |
| YUV | 104.92 | 183.35 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 203 | 0.83 | 0.40 | 0 | 0.20 | 208.76 | 0.71 | 0.46 |
| Hex | 22 | 7A | CB | 53 | 28 | 0 | 14 | D1 | 47 | 2E |
| Octal | 42 | 172 | 313 | 123 | 50 | 0 | 24 | 321 | 107 | 56 |
| Binary | 100010 | 1111010 | 11001011 | 1010011 | 101000 | 0 | 10100 | 11010001 | 1000111 | 101110 |
Color Harmonies of #227ACB
Complementary color
Monochromatic Colors of #227ACB
Black with #227ACB
Text Example
Text Example
White with #227ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227ACB; }
p { color: rgb(34,122,203); }
H1.HeaderClassName
{
color: #227ACB;
}
.AnyTagClassName
{
color: #227ACB;
}
</style>
background-color css
<style>
a { background-color: #227ACB; }
a { background-color: rgb(34,122,203); }
div.DivClassName
{
background-color: #227ACB;
}
.BgClassName
{
background-color: #227ACB;
}
</style>
border-color css
<style>
span { border-color: #227ACB; }
span { border-color: rgb(34,122,203); }
td.TdClassName
{
border-color: #227ACB;
}
.TagClassName
{
border-color: #227ACB;
}
</style>