Shades of Denim #2370D3
Tints of Denim #2370D3
RGB
CMYK
RGB Variations
Color information
#2370D3 (or 0x2370D3) is known color: Denim. HEX triplet: 23, 70 and D3. RGB value is (35,112,211). Sum of RGB (Red+Green+Blue) = 35+112+211=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 211 (82.81% from 255 or 58.94% from 358); Max value from RGB is 211 - color contains mainly: blue. Hex color #2370D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2370D3 is #DC8F2C. Grayscale: #636363. Windows color (decimal): -14454573 or 13856803. OLE color: 13856803.
HSL color Cylindrical-coordinate representation of color #2370D3: hue angle of 213.75º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2370D3 is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 112 | 211 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.17 |
| HSL | 213.75º | 0.72% | 0.48% | - |
| HSV(B) | 213.75º | 0.83% | 0.83% | - |
| XYZ | 18.25 | 16.65 | 63.88 | - |
| YUV | 100.26 | 190.49 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 112 | 211 | 0.83 | 0.47 | 0 | 0.17 | 213.75 | 0.72 | 0.48 |
| Hex | 23 | 70 | D3 | 53 | 2F | 0 | 11 | D6 | 48 | 30 |
| Octal | 43 | 160 | 323 | 123 | 57 | 0 | 21 | 326 | 110 | 60 |
| Binary | 100011 | 1110000 | 11010011 | 1010011 | 101111 | 0 | 10001 | 11010110 | 1001000 | 110000 |
Color Harmonies of #2370D3
Complementary color
Monochromatic Colors of #2370D3
Black with #2370D3
Text Example
Text Example
White with #2370D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2370D3; }
p { color: rgb(35,112,211); }
H1.HeaderClassName
{
color: #2370D3;
}
.AnyTagClassName
{
color: #2370D3;
}
</style>
background-color css
<style>
a { background-color: #2370D3; }
a { background-color: rgb(35,112,211); }
div.DivClassName
{
background-color: #2370D3;
}
.BgClassName
{
background-color: #2370D3;
}
</style>
border-color css
<style>
span { border-color: #2370D3; }
span { border-color: rgb(35,112,211); }
td.TdClassName
{
border-color: #2370D3;
}
.TagClassName
{
border-color: #2370D3;
}
</style>