Shades of Denim #236CCD
Tints of Denim #236CCD
RGB
CMYK
RGB Variations
Color information
#236CCD (or 0x236CCD) is known color: Denim. HEX triplet: 23, 6C and CD. RGB value is (35,108,205). Sum of RGB (Red+Green+Blue) = 35+108+205=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #236CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236CCD is #DC9332. Grayscale: #606060. Windows color (decimal): -14455603 or 13462563. OLE color: 13462563.
HSL color Cylindrical-coordinate representation of color #236CCD: hue angle of 214.24º 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 #236CCD is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 108 | 205 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.20 |
| HSL | 214.24º | 0.71% | 0.47% | - |
| HSV(B) | 214.24º | 0.83% | 0.8% | - |
| XYZ | 17.08 | 15.49 | 59.85 | - |
| YUV | 97.23 | 188.82 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 205 | 0.83 | 0.47 | 0 | 0.20 | 214.24 | 0.71 | 0.47 |
| Hex | 23 | 6C | CD | 53 | 2F | 0 | 14 | D6 | 47 | 2F |
| Octal | 43 | 154 | 315 | 123 | 57 | 0 | 24 | 326 | 107 | 57 |
| Binary | 100011 | 1101100 | 11001101 | 1010011 | 101111 | 0 | 10100 | 11010110 | 1000111 | 101111 |
Color Harmonies of #236CCD
Complementary color
Monochromatic Colors of #236CCD
Black with #236CCD
Text Example
Text Example
White with #236CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236CCD; }
p { color: rgb(35,108,205); }
H1.HeaderClassName
{
color: #236CCD;
}
.AnyTagClassName
{
color: #236CCD;
}
</style>
background-color css
<style>
a { background-color: #236CCD; }
a { background-color: rgb(35,108,205); }
div.DivClassName
{
background-color: #236CCD;
}
.BgClassName
{
background-color: #236CCD;
}
</style>
border-color css
<style>
span { border-color: #236CCD; }
span { border-color: rgb(35,108,205); }
td.TdClassName
{
border-color: #236CCD;
}
.TagClassName
{
border-color: #236CCD;
}
</style>