Shades of Denim #2360CB
Tints of Denim #2360CB
RGB
CMYK
RGB Variations
Color information
#2360CB (or 0x2360CB) is known color: Denim. HEX triplet: 23, 60 and CB. RGB value is (35,96,203). Sum of RGB (Red+Green+Blue) = 35+96+203=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #2360CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2360CB is #DC9F34. Grayscale: #595959. Windows color (decimal): -14458677 or 13328419. OLE color: 13328419.
HSL color Cylindrical-coordinate representation of color #2360CB: hue angle of 218.21º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2360CB is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 96 | 203 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.20 |
| HSL | 218.21º | 0.71% | 0.47% | - |
| HSV(B) | 218.21º | 0.83% | 0.8% | - |
| XYZ | 15.66 | 13.03 | 58.19 | - |
| YUV | 89.96 | 191.79 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 203 | 0.83 | 0.53 | 0 | 0.20 | 218.21 | 0.71 | 0.47 |
| Hex | 23 | 60 | CB | 53 | 35 | 0 | 14 | DA | 47 | 2F |
| Octal | 43 | 140 | 313 | 123 | 65 | 0 | 24 | 332 | 107 | 57 |
| Binary | 100011 | 1100000 | 11001011 | 1010011 | 110101 | 0 | 10100 | 11011010 | 1000111 | 101111 |
Color Harmonies of #2360CB
Complementary color
Monochromatic Colors of #2360CB
Black with #2360CB
Text Example
Text Example
White with #2360CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2360CB; }
p { color: rgb(35,96,203); }
H1.HeaderClassName
{
color: #2360CB;
}
.AnyTagClassName
{
color: #2360CB;
}
</style>
background-color css
<style>
a { background-color: #2360CB; }
a { background-color: rgb(35,96,203); }
div.DivClassName
{
background-color: #2360CB;
}
.BgClassName
{
background-color: #2360CB;
}
</style>
border-color css
<style>
span { border-color: #2360CB; }
span { border-color: rgb(35,96,203); }
td.TdClassName
{
border-color: #2360CB;
}
.TagClassName
{
border-color: #2360CB;
}
</style>