Shades of Denim #2360B8
Tints of Denim #2360B8
RGB
CMYK
RGB Variations
Color information
#2360B8 (or 0x2360B8) is known color: Denim. HEX triplet: 23, 60 and B8. RGB value is (35,96,184). Sum of RGB (Red+Green+Blue) = 35+96+184=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #2360B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2360B8 is #DC9F47. Grayscale: #575757. Windows color (decimal): -14458696 or 12083235. OLE color: 12083235.
HSL color Cylindrical-coordinate representation of color #2360B8: hue angle of 215.44º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2360B8 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 96 | 184 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.28 |
| HSL | 215.44º | 0.68% | 0.43% | - |
| HSV(B) | 215.44º | 0.81% | 0.72% | - |
| XYZ | 13.53 | 12.18 | 46.99 | - |
| YUV | 87.79 | 182.29 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 184 | 0.81 | 0.48 | 0 | 0.28 | 215.44 | 0.68 | 0.43 |
| Hex | 23 | 60 | B8 | 51 | 30 | 0 | 1C | D7 | 44 | 2B |
| Octal | 43 | 140 | 270 | 121 | 60 | 0 | 34 | 327 | 104 | 53 |
| Binary | 100011 | 1100000 | 10111000 | 1010001 | 110000 | 0 | 11100 | 11010111 | 1000100 | 101011 |
Color Harmonies of #2360B8
Complementary color
Monochromatic Colors of #2360B8
Black with #2360B8
Text Example
Text Example
White with #2360B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2360B8; }
p { color: rgb(35,96,184); }
H1.HeaderClassName
{
color: #2360B8;
}
.AnyTagClassName
{
color: #2360B8;
}
</style>
background-color css
<style>
a { background-color: #2360B8; }
a { background-color: rgb(35,96,184); }
div.DivClassName
{
background-color: #2360B8;
}
.BgClassName
{
background-color: #2360B8;
}
</style>
border-color css
<style>
span { border-color: #2360B8; }
span { border-color: rgb(35,96,184); }
td.TdClassName
{
border-color: #2360B8;
}
.TagClassName
{
border-color: #2360B8;
}
</style>