Shades of Denim #236CCC
Tints of Denim #236CCC
RGB
CMYK
RGB Variations
Color information
#236CCC (or 0x236CCC) is known color: Denim. HEX triplet: 23, 6C and CC. RGB value is (35,108,204). Sum of RGB (Red+Green+Blue) = 35+108+204=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #236CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236CCC is #DC9333. Grayscale: #606060. Windows color (decimal): -14455604 or 13397027. OLE color: 13397027.
HSL color Cylindrical-coordinate representation of color #236CCC: hue angle of 214.08º 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 #236CCC is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 108 | 204 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.2 |
| HSL | 214.08º | 0.71% | 0.47% | - |
| HSV(B) | 214.08º | 0.83% | 0.8% | - |
| XYZ | 16.95 | 15.44 | 59.21 | - |
| YUV | 97.12 | 188.32 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 204 | 0.83 | 0.47 | 0 | 0.2 | 214.08 | 0.71 | 0.47 |
| Hex | 23 | 6C | CC | 53 | 2F | 0 | 14 | D6 | 47 | 2F |
| Octal | 43 | 154 | 314 | 123 | 57 | 0 | 24 | 326 | 107 | 57 |
| Binary | 100011 | 1101100 | 11001100 | 1010011 | 101111 | 0 | 10100 | 11010110 | 1000111 | 101111 |
Color Harmonies of #236CCC
Complementary color
Monochromatic Colors of #236CCC
Black with #236CCC
Text Example
Text Example
White with #236CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236CCC; }
p { color: rgb(35,108,204); }
H1.HeaderClassName
{
color: #236CCC;
}
.AnyTagClassName
{
color: #236CCC;
}
</style>
background-color css
<style>
a { background-color: #236CCC; }
a { background-color: rgb(35,108,204); }
div.DivClassName
{
background-color: #236CCC;
}
.BgClassName
{
background-color: #236CCC;
}
</style>
border-color css
<style>
span { border-color: #236CCC; }
span { border-color: rgb(35,108,204); }
td.TdClassName
{
border-color: #236CCC;
}
.TagClassName
{
border-color: #236CCC;
}
</style>