Shades of Denim #2368D9
Tints of Denim #2368D9
RGB
CMYK
RGB Variations
Color information
#2368D9 (or 0x2368D9) is known color: Denim. HEX triplet: 23, 68 and D9. RGB value is (35,104,217). Sum of RGB (Red+Green+Blue) = 35+104+217=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 217 (85.16% from 255 or 60.96% from 356); Max value from RGB is 217 - color contains mainly: blue. Hex color #2368D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2368D9 is #DC9726. Grayscale: #5F5F5F. Windows color (decimal): -14456615 or 14247971. OLE color: 14247971.
HSL color Cylindrical-coordinate representation of color #2368D9: hue angle of 217.25º 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 #2368D9 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 104 | 217 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.15 |
| HSL | 217.25º | 0.72% | 0.49% | - |
| HSV(B) | 217.25º | 0.84% | 0.85% | - |
| XYZ | 18.17 | 15.27 | 67.64 | - |
| YUV | 96.25 | 196.14 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 104 | 217 | 0.84 | 0.52 | 0 | 0.15 | 217.25 | 0.72 | 0.49 |
| Hex | 23 | 68 | D9 | 54 | 34 | 0 | F | D9 | 48 | 31 |
| Octal | 43 | 150 | 331 | 124 | 64 | 0 | 17 | 331 | 110 | 61 |
| Binary | 100011 | 1101000 | 11011001 | 1010100 | 110100 | 0 | 1111 | 11011001 | 1001000 | 110001 |
Color Harmonies of #2368D9
Complementary color
Monochromatic Colors of #2368D9
Black with #2368D9
Text Example
Text Example
White with #2368D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2368D9; }
p { color: rgb(35,104,217); }
H1.HeaderClassName
{
color: #2368D9;
}
.AnyTagClassName
{
color: #2368D9;
}
</style>
background-color css
<style>
a { background-color: #2368D9; }
a { background-color: rgb(35,104,217); }
div.DivClassName
{
background-color: #2368D9;
}
.BgClassName
{
background-color: #2368D9;
}
</style>
border-color css
<style>
span { border-color: #2368D9; }
span { border-color: rgb(35,104,217); }
td.TdClassName
{
border-color: #2368D9;
}
.TagClassName
{
border-color: #2368D9;
}
</style>