Shades of Denim #2373CD
Tints of Denim #2373CD
RGB
CMYK
RGB Variations
Color information
#2373CD (or 0x2373CD) is known color: Denim. HEX triplet: 23, 73 and CD. RGB value is (35,115,205). Sum of RGB (Red+Green+Blue) = 35+115+205=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #2373CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2373CD is #DC8C32. Grayscale: #646464. Windows color (decimal): -14453811 or 13464355. OLE color: 13464355.
HSL color Cylindrical-coordinate representation of color #2373CD: hue angle of 211.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2373CD is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 115 | 205 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.20 |
| HSL | 211.76º | 0.71% | 0.47% | - |
| HSV(B) | 211.76º | 0.83% | 0.8% | - |
| XYZ | 17.84 | 17.03 | 60.1 | - |
| YUV | 101.34 | 186.5 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 205 | 0.83 | 0.44 | 0 | 0.20 | 211.76 | 0.71 | 0.47 |
| Hex | 23 | 73 | CD | 53 | 2C | 0 | 14 | D4 | 47 | 2F |
| Octal | 43 | 163 | 315 | 123 | 54 | 0 | 24 | 324 | 107 | 57 |
| Binary | 100011 | 1110011 | 11001101 | 1010011 | 101100 | 0 | 10100 | 11010100 | 1000111 | 101111 |
Color Harmonies of #2373CD
Complementary color
Monochromatic Colors of #2373CD
Black with #2373CD
Text Example
Text Example
White with #2373CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373CD; }
p { color: rgb(35,115,205); }
H1.HeaderClassName
{
color: #2373CD;
}
.AnyTagClassName
{
color: #2373CD;
}
</style>
background-color css
<style>
a { background-color: #2373CD; }
a { background-color: rgb(35,115,205); }
div.DivClassName
{
background-color: #2373CD;
}
.BgClassName
{
background-color: #2373CD;
}
</style>
border-color css
<style>
span { border-color: #2373CD; }
span { border-color: rgb(35,115,205); }
td.TdClassName
{
border-color: #2373CD;
}
.TagClassName
{
border-color: #2373CD;
}
</style>