Shades of Denim #236DCB
Tints of Denim #236DCB
RGB
CMYK
RGB Variations
Color information
#236DCB (or 0x236DCB) is known color: Denim. HEX triplet: 23, 6D and CB. RGB value is (35,109,203). Sum of RGB (Red+Green+Blue) = 35+109+203=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #236DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236DCB is #DC9234. Grayscale: #616161. Windows color (decimal): -14455349 or 13331747. OLE color: 13331747.
HSL color Cylindrical-coordinate representation of color #236DCB: hue angle of 213.57º 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 #236DCB is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 109 | 203 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.20 |
| HSL | 213.57º | 0.71% | 0.47% | - |
| HSV(B) | 213.57º | 0.83% | 0.8% | - |
| XYZ | 16.94 | 15.61 | 58.62 | - |
| YUV | 97.59 | 187.48 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 203 | 0.83 | 0.46 | 0 | 0.20 | 213.57 | 0.71 | 0.47 |
| Hex | 23 | 6D | CB | 53 | 2E | 0 | 14 | D6 | 47 | 2F |
| Octal | 43 | 155 | 313 | 123 | 56 | 0 | 24 | 326 | 107 | 57 |
| Binary | 100011 | 1101101 | 11001011 | 1010011 | 101110 | 0 | 10100 | 11010110 | 1000111 | 101111 |
Color Harmonies of #236DCB
Complementary color
Monochromatic Colors of #236DCB
Black with #236DCB
Text Example
Text Example
White with #236DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236DCB; }
p { color: rgb(35,109,203); }
H1.HeaderClassName
{
color: #236DCB;
}
.AnyTagClassName
{
color: #236DCB;
}
</style>
background-color css
<style>
a { background-color: #236DCB; }
a { background-color: rgb(35,109,203); }
div.DivClassName
{
background-color: #236DCB;
}
.BgClassName
{
background-color: #236DCB;
}
</style>
border-color css
<style>
span { border-color: #236DCB; }
span { border-color: rgb(35,109,203); }
td.TdClassName
{
border-color: #236DCB;
}
.TagClassName
{
border-color: #236DCB;
}
</style>