Shades of Denim #2360B1
Tints of Denim #2360B1
RGB
CMYK
RGB Variations
Color information
#2360B1 (or 0x2360B1) is known color: Denim. HEX triplet: 23, 60 and B1. RGB value is (35,96,177). Sum of RGB (Red+Green+Blue) = 35+96+177=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #2360B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2360B1 is #DC9F4E. Grayscale: #565656. Windows color (decimal): -14458703 or 11624483. OLE color: 11624483.
HSL color Cylindrical-coordinate representation of color #2360B1: hue angle of 214.23º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2360B1 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 96 | 177 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.31 |
| HSL | 214.23º | 0.67% | 0.42% | - |
| HSV(B) | 214.23º | 0.8% | 0.69% | - |
| XYZ | 12.81 | 11.9 | 43.22 | - |
| YUV | 87 | 178.79 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 177 | 0.80 | 0.46 | 0 | 0.31 | 214.23 | 0.67 | 0.42 |
| Hex | 23 | 60 | B1 | 50 | 2E | 0 | 1F | D6 | 43 | 2A |
| Octal | 43 | 140 | 261 | 120 | 56 | 0 | 37 | 326 | 103 | 52 |
| Binary | 100011 | 1100000 | 10110001 | 1010000 | 101110 | 0 | 11111 | 11010110 | 1000011 | 101010 |
Color Harmonies of #2360B1
Complementary color
Monochromatic Colors of #2360B1
Black with #2360B1
Text Example
Text Example
White with #2360B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2360B1; }
p { color: rgb(35,96,177); }
H1.HeaderClassName
{
color: #2360B1;
}
.AnyTagClassName
{
color: #2360B1;
}
</style>
background-color css
<style>
a { background-color: #2360B1; }
a { background-color: rgb(35,96,177); }
div.DivClassName
{
background-color: #2360B1;
}
.BgClassName
{
background-color: #2360B1;
}
</style>
border-color css
<style>
span { border-color: #2360B1; }
span { border-color: rgb(35,96,177); }
td.TdClassName
{
border-color: #2360B1;
}
.TagClassName
{
border-color: #2360B1;
}
</style>