Shades of Denim #2370D8
Tints of Denim #2370D8
RGB
CMYK
RGB Variations
Color information
#2370D8 (or 0x2370D8) is known color: Denim. HEX triplet: 23, 70 and D8. RGB value is (35,112,216). Sum of RGB (Red+Green+Blue) = 35+112+216=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 216 (84.77% from 255 or 59.50% from 363); Max value from RGB is 216 - color contains mainly: blue. Hex color #2370D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2370D8 is #DC8F27. Grayscale: #646464. Windows color (decimal): -14454568 or 14184483. OLE color: 14184483.
HSL color Cylindrical-coordinate representation of color #2370D8: hue angle of 214.48º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2370D8 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 112 | 216 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.15 |
| HSL | 214.48º | 0.72% | 0.49% | - |
| HSV(B) | 214.48º | 0.84% | 0.85% | - |
| XYZ | 18.88 | 16.9 | 67.23 | - |
| YUV | 100.83 | 192.99 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 112 | 216 | 0.84 | 0.48 | 0 | 0.15 | 214.48 | 0.72 | 0.49 |
| Hex | 23 | 70 | D8 | 54 | 30 | 0 | F | D6 | 48 | 31 |
| Octal | 43 | 160 | 330 | 124 | 60 | 0 | 17 | 326 | 110 | 61 |
| Binary | 100011 | 1110000 | 11011000 | 1010100 | 110000 | 0 | 1111 | 11010110 | 1001000 | 110001 |
Color Harmonies of #2370D8
Complementary color
Monochromatic Colors of #2370D8
Black with #2370D8
Text Example
Text Example
White with #2370D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2370D8; }
p { color: rgb(35,112,216); }
H1.HeaderClassName
{
color: #2370D8;
}
.AnyTagClassName
{
color: #2370D8;
}
</style>
background-color css
<style>
a { background-color: #2370D8; }
a { background-color: rgb(35,112,216); }
div.DivClassName
{
background-color: #2370D8;
}
.BgClassName
{
background-color: #2370D8;
}
</style>
border-color css
<style>
span { border-color: #2370D8; }
span { border-color: rgb(35,112,216); }
td.TdClassName
{
border-color: #2370D8;
}
.TagClassName
{
border-color: #2370D8;
}
</style>