Shades of Denim #2268D4
Tints of Denim #2268D4
RGB
CMYK
RGB Variations
Color information
#2268D4 (or 0x2268D4) is known color: Denim. HEX triplet: 22, 68 and D4. RGB value is (34,104,212). Sum of RGB (Red+Green+Blue) = 34+104+212=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 212 (83.20% from 255 or 60.57% from 350); Max value from RGB is 212 - color contains mainly: blue. Hex color #2268D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2268D4 is #DD972B. Grayscale: #5E5E5E. Windows color (decimal): -14522156 or 13920290. OLE color: 13920290.
HSL color Cylindrical-coordinate representation of color #2268D4: hue angle of 216.4º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2268D4 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 104 | 212 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.17 |
| HSL | 216.4º | 0.72% | 0.48% | - |
| HSV(B) | 216.4º | 0.84% | 0.83% | - |
| XYZ | 17.49 | 14.99 | 64.26 | - |
| YUV | 95.38 | 193.81 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 104 | 212 | 0.84 | 0.51 | 0 | 0.17 | 216.4 | 0.72 | 0.48 |
| Hex | 22 | 68 | D4 | 54 | 33 | 0 | 11 | D8 | 48 | 30 |
| Octal | 42 | 150 | 324 | 124 | 63 | 0 | 21 | 330 | 110 | 60 |
| Binary | 100010 | 1101000 | 11010100 | 1010100 | 110011 | 0 | 10001 | 11011000 | 1001000 | 110000 |
Color Harmonies of #2268D4
Complementary color
Monochromatic Colors of #2268D4
Black with #2268D4
Text Example
Text Example
White with #2268D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2268D4; }
p { color: rgb(34,104,212); }
H1.HeaderClassName
{
color: #2268D4;
}
.AnyTagClassName
{
color: #2268D4;
}
</style>
background-color css
<style>
a { background-color: #2268D4; }
a { background-color: rgb(34,104,212); }
div.DivClassName
{
background-color: #2268D4;
}
.BgClassName
{
background-color: #2268D4;
}
</style>
border-color css
<style>
span { border-color: #2268D4; }
span { border-color: rgb(34,104,212); }
td.TdClassName
{
border-color: #2268D4;
}
.TagClassName
{
border-color: #2268D4;
}
</style>