Shades of Denim #2373C0
Tints of Denim #2373C0
RGB
CMYK
RGB Variations
Color information
#2373C0 (or 0x2373C0) is known color: Denim. HEX triplet: 23, 73 and C0. RGB value is (35,115,192). Sum of RGB (Red+Green+Blue) = 35+115+192=342 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.23% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #2373C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2373C0 is #DC8C3F. Grayscale: #636363. Windows color (decimal): -14453824 or 12612387. OLE color: 12612387.
HSL color Cylindrical-coordinate representation of color #2373C0: hue angle of 209.43º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2373C0 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 115 | 192 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.25 |
| HSL | 209.43º | 0.69% | 0.45% | - |
| HSV(B) | 209.43º | 0.82% | 0.75% | - |
| XYZ | 16.34 | 16.42 | 52.18 | - |
| YUV | 99.86 | 180 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 192 | 0.82 | 0.40 | 0 | 0.25 | 209.43 | 0.69 | 0.45 |
| Hex | 23 | 73 | C0 | 52 | 28 | 0 | 19 | D1 | 45 | 2D |
| Octal | 43 | 163 | 300 | 122 | 50 | 0 | 31 | 321 | 105 | 55 |
| Binary | 100011 | 1110011 | 11000000 | 1010010 | 101000 | 0 | 11001 | 11010001 | 1000101 | 101101 |
Color Harmonies of #2373C0
Complementary color
Monochromatic Colors of #2373C0
Black with #2373C0
Text Example
Text Example
White with #2373C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373C0; }
p { color: rgb(35,115,192); }
H1.HeaderClassName
{
color: #2373C0;
}
.AnyTagClassName
{
color: #2373C0;
}
</style>
background-color css
<style>
a { background-color: #2373C0; }
a { background-color: rgb(35,115,192); }
div.DivClassName
{
background-color: #2373C0;
}
.BgClassName
{
background-color: #2373C0;
}
</style>
border-color css
<style>
span { border-color: #2373C0; }
span { border-color: rgb(35,115,192); }
td.TdClassName
{
border-color: #2373C0;
}
.TagClassName
{
border-color: #2373C0;
}
</style>