Shades of Denim #2276CB
Tints of Denim #2276CB
RGB
CMYK
RGB Variations
Color information
#2276CB (or 0x2276CB) is known color: Denim. HEX triplet: 22, 76 and CB. RGB value is (34,118,203). Sum of RGB (Red+Green+Blue) = 34+118+203=355 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.58% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #2276CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2276CB is #DD8934. Grayscale: #666666. Windows color (decimal): -14518581 or 13334050. OLE color: 13334050.
HSL color Cylindrical-coordinate representation of color #2276CB: hue angle of 210.18º 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 #2276CB is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 118 | 203 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.20 |
| HSL | 210.18º | 0.71% | 0.46% | - |
| HSV(B) | 210.18º | 0.83% | 0.8% | - |
| XYZ | 17.92 | 17.61 | 58.95 | - |
| YUV | 102.57 | 184.67 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 118 | 203 | 0.83 | 0.42 | 0 | 0.20 | 210.18 | 0.71 | 0.46 |
| Hex | 22 | 76 | CB | 53 | 2A | 0 | 14 | D2 | 47 | 2E |
| Octal | 42 | 166 | 313 | 123 | 52 | 0 | 24 | 322 | 107 | 56 |
| Binary | 100010 | 1110110 | 11001011 | 1010011 | 101010 | 0 | 10100 | 11010010 | 1000111 | 101110 |
Color Harmonies of #2276CB
Complementary color
Monochromatic Colors of #2276CB
Black with #2276CB
Text Example
Text Example
White with #2276CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2276CB; }
p { color: rgb(34,118,203); }
H1.HeaderClassName
{
color: #2276CB;
}
.AnyTagClassName
{
color: #2276CB;
}
</style>
background-color css
<style>
a { background-color: #2276CB; }
a { background-color: rgb(34,118,203); }
div.DivClassName
{
background-color: #2276CB;
}
.BgClassName
{
background-color: #2276CB;
}
</style>
border-color css
<style>
span { border-color: #2276CB; }
span { border-color: rgb(34,118,203); }
td.TdClassName
{
border-color: #2276CB;
}
.TagClassName
{
border-color: #2276CB;
}
</style>