Shades of Denim #2360BC
Tints of Denim #2360BC
RGB
CMYK
RGB Variations
Color information
#2360BC (or 0x2360BC) is known color: Denim. HEX triplet: 23, 60 and BC. RGB value is (35,96,188). Sum of RGB (Red+Green+Blue) = 35+96+188=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #2360BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2360BC is #DC9F43. Grayscale: #575757. Windows color (decimal): -14458692 or 12345379. OLE color: 12345379.
HSL color Cylindrical-coordinate representation of color #2360BC: hue angle of 216.08º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2360BC is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 96 | 188 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.26 |
| HSL | 216.08º | 0.69% | 0.44% | - |
| HSV(B) | 216.08º | 0.81% | 0.74% | - |
| XYZ | 13.95 | 12.35 | 49.23 | - |
| YUV | 88.25 | 184.29 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 188 | 0.81 | 0.49 | 0 | 0.26 | 216.08 | 0.69 | 0.44 |
| Hex | 23 | 60 | BC | 51 | 31 | 0 | 1A | D8 | 45 | 2C |
| Octal | 43 | 140 | 274 | 121 | 61 | 0 | 32 | 330 | 105 | 54 |
| Binary | 100011 | 1100000 | 10111100 | 1010001 | 110001 | 0 | 11010 | 11011000 | 1000101 | 101100 |
Color Harmonies of #2360BC
Complementary color
Monochromatic Colors of #2360BC
Black with #2360BC
Text Example
Text Example
White with #2360BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2360BC; }
p { color: rgb(35,96,188); }
H1.HeaderClassName
{
color: #2360BC;
}
.AnyTagClassName
{
color: #2360BC;
}
</style>
background-color css
<style>
a { background-color: #2360BC; }
a { background-color: rgb(35,96,188); }
div.DivClassName
{
background-color: #2360BC;
}
.BgClassName
{
background-color: #2360BC;
}
</style>
border-color css
<style>
span { border-color: #2360BC; }
span { border-color: rgb(35,96,188); }
td.TdClassName
{
border-color: #2360BC;
}
.TagClassName
{
border-color: #2360BC;
}
</style>