Shades of Denim #2373CF
Tints of Denim #2373CF
RGB
CMYK
RGB Variations
Color information
#2373CF (or 0x2373CF) is known color: Denim. HEX triplet: 23, 73 and CF. RGB value is (35,115,207). Sum of RGB (Red+Green+Blue) = 35+115+207=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #2373CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2373CF is #DC8C30. Grayscale: #656565. Windows color (decimal): -14453809 or 13595427. OLE color: 13595427.
HSL color Cylindrical-coordinate representation of color #2373CF: hue angle of 212.09º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2373CF is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 115 | 207 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.19 |
| HSL | 212.09º | 0.71% | 0.47% | - |
| HSV(B) | 212.09º | 0.83% | 0.81% | - |
| XYZ | 18.09 | 17.12 | 61.38 | - |
| YUV | 101.57 | 187.5 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 207 | 0.83 | 0.44 | 0 | 0.19 | 212.09 | 0.71 | 0.47 |
| Hex | 23 | 73 | CF | 53 | 2C | 0 | 13 | D4 | 47 | 2F |
| Octal | 43 | 163 | 317 | 123 | 54 | 0 | 23 | 324 | 107 | 57 |
| Binary | 100011 | 1110011 | 11001111 | 1010011 | 101100 | 0 | 10011 | 11010100 | 1000111 | 101111 |
Color Harmonies of #2373CF
Complementary color
Monochromatic Colors of #2373CF
Black with #2373CF
Text Example
Text Example
White with #2373CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2373CF; }
p { color: rgb(35,115,207); }
H1.HeaderClassName
{
color: #2373CF;
}
.AnyTagClassName
{
color: #2373CF;
}
</style>
background-color css
<style>
a { background-color: #2373CF; }
a { background-color: rgb(35,115,207); }
div.DivClassName
{
background-color: #2373CF;
}
.BgClassName
{
background-color: #2373CF;
}
</style>
border-color css
<style>
span { border-color: #2373CF; }
span { border-color: rgb(35,115,207); }
td.TdClassName
{
border-color: #2373CF;
}
.TagClassName
{
border-color: #2373CF;
}
</style>