Shades of Denim #2370CF
Tints of Denim #2370CF
RGB
CMYK
RGB Variations
Color information
#2370CF (or 0x2370CF) is known color: Denim. HEX triplet: 23, 70 and CF. RGB value is (35,112,207). Sum of RGB (Red+Green+Blue) = 35+112+207=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #2370CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2370CF is #DC8F30. Grayscale: #636363. Windows color (decimal): -14454577 or 13594659. OLE color: 13594659.
HSL color Cylindrical-coordinate representation of color #2370CF: hue angle of 213.14º 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 #2370CF is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 112 | 207 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.19 |
| HSL | 213.14º | 0.71% | 0.47% | - |
| HSV(B) | 213.14º | 0.83% | 0.81% | - |
| XYZ | 17.75 | 16.45 | 61.27 | - |
| YUV | 99.81 | 188.49 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 112 | 207 | 0.83 | 0.46 | 0 | 0.19 | 213.14 | 0.71 | 0.47 |
| Hex | 23 | 70 | CF | 53 | 2E | 0 | 13 | D5 | 47 | 2F |
| Octal | 43 | 160 | 317 | 123 | 56 | 0 | 23 | 325 | 107 | 57 |
| Binary | 100011 | 1110000 | 11001111 | 1010011 | 101110 | 0 | 10011 | 11010101 | 1000111 | 101111 |
Color Harmonies of #2370CF
Complementary color
Monochromatic Colors of #2370CF
Black with #2370CF
Text Example
Text Example
White with #2370CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2370CF; }
p { color: rgb(35,112,207); }
H1.HeaderClassName
{
color: #2370CF;
}
.AnyTagClassName
{
color: #2370CF;
}
</style>
background-color css
<style>
a { background-color: #2370CF; }
a { background-color: rgb(35,112,207); }
div.DivClassName
{
background-color: #2370CF;
}
.BgClassName
{
background-color: #2370CF;
}
</style>
border-color css
<style>
span { border-color: #2370CF; }
span { border-color: rgb(35,112,207); }
td.TdClassName
{
border-color: #2370CF;
}
.TagClassName
{
border-color: #2370CF;
}
</style>