Shades of Denim #236DCC
Tints of Denim #236DCC
RGB
CMYK
RGB Variations
Color information
#236DCC (or 0x236DCC) is known color: Denim. HEX triplet: 23, 6D and CC. RGB value is (35,109,204). Sum of RGB (Red+Green+Blue) = 35+109+204=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #236DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236DCC is #DC9233. Grayscale: #616161. Windows color (decimal): -14455348 or 13397283. OLE color: 13397283.
HSL color Cylindrical-coordinate representation of color #236DCC: hue angle of 213.73º 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 #236DCC is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 109 | 204 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.2 |
| HSL | 213.73º | 0.71% | 0.47% | - |
| HSV(B) | 213.73º | 0.83% | 0.8% | - |
| XYZ | 17.06 | 15.65 | 59.25 | - |
| YUV | 97.7 | 187.98 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 204 | 0.83 | 0.47 | 0 | 0.2 | 213.73 | 0.71 | 0.47 |
| Hex | 23 | 6D | CC | 53 | 2F | 0 | 14 | D6 | 47 | 2F |
| Octal | 43 | 155 | 314 | 123 | 57 | 0 | 24 | 326 | 107 | 57 |
| Binary | 100011 | 1101101 | 11001100 | 1010011 | 101111 | 0 | 10100 | 11010110 | 1000111 | 101111 |
Color Harmonies of #236DCC
Complementary color
Monochromatic Colors of #236DCC
Black with #236DCC
Text Example
Text Example
White with #236DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236DCC; }
p { color: rgb(35,109,204); }
H1.HeaderClassName
{
color: #236DCC;
}
.AnyTagClassName
{
color: #236DCC;
}
</style>
background-color css
<style>
a { background-color: #236DCC; }
a { background-color: rgb(35,109,204); }
div.DivClassName
{
background-color: #236DCC;
}
.BgClassName
{
background-color: #236DCC;
}
</style>
border-color css
<style>
span { border-color: #236DCC; }
span { border-color: rgb(35,109,204); }
td.TdClassName
{
border-color: #236DCC;
}
.TagClassName
{
border-color: #236DCC;
}
</style>