Shades of Denim #2360BB
Tints of Denim #2360BB
RGB
CMYK
RGB Variations
Color information
#2360BB (or 0x2360BB) is known color: Denim. HEX triplet: 23, 60 and BB. RGB value is (35,96,187). Sum of RGB (Red+Green+Blue) = 35+96+187=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #2360BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2360BB is #DC9F44. Grayscale: #575757. Windows color (decimal): -14458693 or 12279843. OLE color: 12279843.
HSL color Cylindrical-coordinate representation of color #2360BB: hue angle of 215.92º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2360BB is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 96 | 187 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.27 |
| HSL | 215.92º | 0.68% | 0.44% | - |
| HSV(B) | 215.92º | 0.81% | 0.73% | - |
| XYZ | 13.85 | 12.31 | 48.66 | - |
| YUV | 88.14 | 183.79 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 187 | 0.81 | 0.49 | 0 | 0.27 | 215.92 | 0.68 | 0.44 |
| Hex | 23 | 60 | BB | 51 | 31 | 0 | 1B | D8 | 44 | 2C |
| Octal | 43 | 140 | 273 | 121 | 61 | 0 | 33 | 330 | 104 | 54 |
| Binary | 100011 | 1100000 | 10111011 | 1010001 | 110001 | 0 | 11011 | 11011000 | 1000100 | 101100 |
Color Harmonies of #2360BB
Complementary color
Monochromatic Colors of #2360BB
Black with #2360BB
Text Example
Text Example
White with #2360BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2360BB; }
p { color: rgb(35,96,187); }
H1.HeaderClassName
{
color: #2360BB;
}
.AnyTagClassName
{
color: #2360BB;
}
</style>
background-color css
<style>
a { background-color: #2360BB; }
a { background-color: rgb(35,96,187); }
div.DivClassName
{
background-color: #2360BB;
}
.BgClassName
{
background-color: #2360BB;
}
</style>
border-color css
<style>
span { border-color: #2360BB; }
span { border-color: rgb(35,96,187); }
td.TdClassName
{
border-color: #2360BB;
}
.TagClassName
{
border-color: #2360BB;
}
</style>