Shades of Denim #2373D0
Tints of Denim #2373D0
RGB
CMYK
RGB Variations
Color information
#2373D0 (or 0x2373D0) is known color: Denim. HEX triplet: 23, 73 and D0. RGB value is (35,115,208). Sum of RGB (Red+Green+Blue) = 35+115+208=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #2373D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2373D0 is #DC8C2F. Grayscale: #656565. Windows color (decimal): -14453808 or 13660963. OLE color: 13660963.
HSL color Cylindrical-coordinate representation of color #2373D0: hue angle of 212.25º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2373D0 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 115 | 208 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.18 |
| HSL | 212.25º | 0.71% | 0.48% | - |
| HSV(B) | 212.25º | 0.83% | 0.82% | - |
| XYZ | 18.21 | 17.17 | 62.03 | - |
| YUV | 101.68 | 188 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 208 | 0.83 | 0.45 | 0 | 0.18 | 212.25 | 0.71 | 0.48 |
| Hex | 23 | 73 | D0 | 53 | 2D | 0 | 12 | D4 | 47 | 30 |
| Octal | 43 | 163 | 320 | 123 | 55 | 0 | 22 | 324 | 107 | 60 |
| Binary | 100011 | 1110011 | 11010000 | 1010011 | 101101 | 0 | 10010 | 11010100 | 1000111 | 110000 |
Color Harmonies of #2373D0
Complementary color
Monochromatic Colors of #2373D0
Black with #2373D0
Text Example
Text Example
White with #2373D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373D0; }
p { color: rgb(35,115,208); }
H1.HeaderClassName
{
color: #2373D0;
}
.AnyTagClassName
{
color: #2373D0;
}
</style>
background-color css
<style>
a { background-color: #2373D0; }
a { background-color: rgb(35,115,208); }
div.DivClassName
{
background-color: #2373D0;
}
.BgClassName
{
background-color: #2373D0;
}
</style>
border-color css
<style>
span { border-color: #2373D0; }
span { border-color: rgb(35,115,208); }
td.TdClassName
{
border-color: #2373D0;
}
.TagClassName
{
border-color: #2373D0;
}
</style>