Shades of Denim #2165D3
Tints of Denim #2165D3
RGB
CMYK
RGB Variations
Color information
#2165D3 (or 0x2165D3) is known color: Denim. HEX triplet: 21, 65 and D3. RGB value is (33,101,211). Sum of RGB (Red+Green+Blue) = 33+101+211=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 211 (82.81% from 255 or 61.16% from 345); Max value from RGB is 211 - color contains mainly: blue. Hex color #2165D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2165D3 is #DE9A2C. Grayscale: #5C5C5C. Windows color (decimal): -14588461 or 13853985. OLE color: 13853985.
HSL color Cylindrical-coordinate representation of color #2165D3: hue angle of 217.08º degrees, saturation: 0.73, 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 #2165D3 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 101 | 211 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.17 |
| HSL | 217.08º | 0.73% | 0.48% | - |
| HSV(B) | 217.08º | 0.84% | 0.83% | - |
| XYZ | 17.04 | 14.33 | 63.5 | - |
| YUV | 93.21 | 194.47 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 211 | 0.84 | 0.52 | 0 | 0.17 | 217.08 | 0.73 | 0.48 |
| Hex | 21 | 65 | D3 | 54 | 34 | 0 | 11 | D9 | 49 | 30 |
| Octal | 41 | 145 | 323 | 124 | 64 | 0 | 21 | 331 | 111 | 60 |
| Binary | 100001 | 1100101 | 11010011 | 1010100 | 110100 | 0 | 10001 | 11011001 | 1001001 | 110000 |
Color Harmonies of #2165D3
Complementary color
Monochromatic Colors of #2165D3
Black with #2165D3
Text Example
Text Example
White with #2165D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2165D3; }
p { color: rgb(33,101,211); }
H1.HeaderClassName
{
color: #2165D3;
}
.AnyTagClassName
{
color: #2165D3;
}
</style>
background-color css
<style>
a { background-color: #2165D3; }
a { background-color: rgb(33,101,211); }
div.DivClassName
{
background-color: #2165D3;
}
.BgClassName
{
background-color: #2165D3;
}
</style>
border-color css
<style>
span { border-color: #2165D3; }
span { border-color: rgb(33,101,211); }
td.TdClassName
{
border-color: #2165D3;
}
.TagClassName
{
border-color: #2165D3;
}
</style>