Shades of Denim #2373CA
Tints of Denim #2373CA
RGB
CMYK
RGB Variations
Color information
#2373CA (or 0x2373CA) is known color: Denim. HEX triplet: 23, 73 and CA. RGB value is (35,115,202). Sum of RGB (Red+Green+Blue) = 35+115+202=352 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.94% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #2373CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2373CA is #DC8C35. Grayscale: #646464. Windows color (decimal): -14453814 or 13267747. OLE color: 13267747.
HSL color Cylindrical-coordinate representation of color #2373CA: hue angle of 211.26º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2373CA is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 115 | 202 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.21 |
| HSL | 211.26º | 0.7% | 0.46% | - |
| HSV(B) | 211.26º | 0.83% | 0.79% | - |
| XYZ | 17.48 | 16.88 | 58.21 | - |
| YUV | 101 | 185 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 202 | 0.83 | 0.43 | 0 | 0.21 | 211.26 | 0.7 | 0.46 |
| Hex | 23 | 73 | CA | 53 | 2B | 0 | 15 | D3 | 46 | 2E |
| Octal | 43 | 163 | 312 | 123 | 53 | 0 | 25 | 323 | 106 | 56 |
| Binary | 100011 | 1110011 | 11001010 | 1010011 | 101011 | 0 | 10101 | 11010011 | 1000110 | 101110 |
Color Harmonies of #2373CA
Complementary color
Monochromatic Colors of #2373CA
Black with #2373CA
Text Example
Text Example
White with #2373CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373CA; }
p { color: rgb(35,115,202); }
H1.HeaderClassName
{
color: #2373CA;
}
.AnyTagClassName
{
color: #2373CA;
}
</style>
background-color css
<style>
a { background-color: #2373CA; }
a { background-color: rgb(35,115,202); }
div.DivClassName
{
background-color: #2373CA;
}
.BgClassName
{
background-color: #2373CA;
}
</style>
border-color css
<style>
span { border-color: #2373CA; }
span { border-color: rgb(35,115,202); }
td.TdClassName
{
border-color: #2373CA;
}
.TagClassName
{
border-color: #2373CA;
}
</style>