Shades of Denim #2273CE
Tints of Denim #2273CE
RGB
CMYK
RGB Variations
Color information
#2273CE (or 0x2273CE) is known color: Denim. HEX triplet: 22, 73 and CE. RGB value is (34,115,206). Sum of RGB (Red+Green+Blue) = 34+115+206=355 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.58% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #2273CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2273CE is #DD8C31. Grayscale: #646464. Windows color (decimal): -14519346 or 13529890. OLE color: 13529890.
HSL color Cylindrical-coordinate representation of color #2273CE: hue angle of 211.74º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2273CE is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 115 | 206 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.19 |
| HSL | 211.74º | 0.72% | 0.47% | - |
| HSV(B) | 211.74º | 0.83% | 0.81% | - |
| XYZ | 17.93 | 17.06 | 60.74 | - |
| YUV | 101.16 | 187.16 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 115 | 206 | 0.83 | 0.44 | 0 | 0.19 | 211.74 | 0.72 | 0.47 |
| Hex | 22 | 73 | CE | 53 | 2C | 0 | 13 | D4 | 48 | 2F |
| Octal | 42 | 163 | 316 | 123 | 54 | 0 | 23 | 324 | 110 | 57 |
| Binary | 100010 | 1110011 | 11001110 | 1010011 | 101100 | 0 | 10011 | 11010100 | 1001000 | 101111 |
Color Harmonies of #2273CE
Complementary color
Monochromatic Colors of #2273CE
Black with #2273CE
Text Example
Text Example
White with #2273CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2273CE; }
p { color: rgb(34,115,206); }
H1.HeaderClassName
{
color: #2273CE;
}
.AnyTagClassName
{
color: #2273CE;
}
</style>
background-color css
<style>
a { background-color: #2273CE; }
a { background-color: rgb(34,115,206); }
div.DivClassName
{
background-color: #2273CE;
}
.BgClassName
{
background-color: #2273CE;
}
</style>
border-color css
<style>
span { border-color: #2273CE; }
span { border-color: rgb(34,115,206); }
td.TdClassName
{
border-color: #2273CE;
}
.TagClassName
{
border-color: #2273CE;
}
</style>