Shades of Denim #2269CB
Tints of Denim #2269CB
RGB
CMYK
RGB Variations
Color information
#2269CB (or 0x2269CB) is known color: Denim. HEX triplet: 22, 69 and CB. RGB value is (34,105,203). Sum of RGB (Red+Green+Blue) = 34+105+203=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #2269CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2269CB is #DD9634. Grayscale: #5E5E5E. Windows color (decimal): -14521909 or 13330722. OLE color: 13330722.
HSL color Cylindrical-coordinate representation of color #2269CB: hue angle of 214.79º 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 #2269CB is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 105 | 203 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.20 |
| HSL | 214.79º | 0.71% | 0.46% | - |
| HSV(B) | 214.79º | 0.83% | 0.8% | - |
| XYZ | 16.49 | 14.76 | 58.48 | - |
| YUV | 94.94 | 188.98 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 105 | 203 | 0.83 | 0.48 | 0 | 0.20 | 214.79 | 0.71 | 0.46 |
| Hex | 22 | 69 | CB | 53 | 30 | 0 | 14 | D7 | 47 | 2E |
| Octal | 42 | 151 | 313 | 123 | 60 | 0 | 24 | 327 | 107 | 56 |
| Binary | 100010 | 1101001 | 11001011 | 1010011 | 110000 | 0 | 10100 | 11010111 | 1000111 | 101110 |
Color Harmonies of #2269CB
Complementary color
Monochromatic Colors of #2269CB
Black with #2269CB
Text Example
Text Example
White with #2269CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2269CB; }
p { color: rgb(34,105,203); }
H1.HeaderClassName
{
color: #2269CB;
}
.AnyTagClassName
{
color: #2269CB;
}
</style>
background-color css
<style>
a { background-color: #2269CB; }
a { background-color: rgb(34,105,203); }
div.DivClassName
{
background-color: #2269CB;
}
.BgClassName
{
background-color: #2269CB;
}
</style>
border-color css
<style>
span { border-color: #2269CB; }
span { border-color: rgb(34,105,203); }
td.TdClassName
{
border-color: #2269CB;
}
.TagClassName
{
border-color: #2269CB;
}
</style>