Shades of Denim #2276CE
Tints of Denim #2276CE
RGB
CMYK
RGB Variations
Color information
#2276CE (or 0x2276CE) is known color: Denim. HEX triplet: 22, 76 and CE. RGB value is (34,118,206). Sum of RGB (Red+Green+Blue) = 34+118+206=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #2276CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2276CE is #DD8931. Grayscale: #666666. Windows color (decimal): -14518578 or 13530658. OLE color: 13530658.
HSL color Cylindrical-coordinate representation of color #2276CE: hue angle of 210.7º 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 #2276CE is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 118 | 206 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.19 |
| HSL | 210.7º | 0.72% | 0.47% | - |
| HSV(B) | 210.7º | 0.83% | 0.81% | - |
| XYZ | 18.28 | 17.75 | 60.86 | - |
| YUV | 102.92 | 186.17 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 118 | 206 | 0.83 | 0.43 | 0 | 0.19 | 210.7 | 0.72 | 0.47 |
| Hex | 22 | 76 | CE | 53 | 2B | 0 | 13 | D3 | 48 | 2F |
| Octal | 42 | 166 | 316 | 123 | 53 | 0 | 23 | 323 | 110 | 57 |
| Binary | 100010 | 1110110 | 11001110 | 1010011 | 101011 | 0 | 10011 | 11010011 | 1001000 | 101111 |
Color Harmonies of #2276CE
Complementary color
Monochromatic Colors of #2276CE
Black with #2276CE
Text Example
Text Example
White with #2276CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2276CE; }
p { color: rgb(34,118,206); }
H1.HeaderClassName
{
color: #2276CE;
}
.AnyTagClassName
{
color: #2276CE;
}
</style>
background-color css
<style>
a { background-color: #2276CE; }
a { background-color: rgb(34,118,206); }
div.DivClassName
{
background-color: #2276CE;
}
.BgClassName
{
background-color: #2276CE;
}
</style>
border-color css
<style>
span { border-color: #2276CE; }
span { border-color: rgb(34,118,206); }
td.TdClassName
{
border-color: #2276CE;
}
.TagClassName
{
border-color: #2276CE;
}
</style>