Shades of Denim #236ECB
Tints of Denim #236ECB
RGB
CMYK
RGB Variations
Color information
#236ECB (or 0x236ECB) is known color: Denim. HEX triplet: 23, 6E and CB. RGB value is (35,110,203). Sum of RGB (Red+Green+Blue) = 35+110+203=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #236ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236ECB is #DC9134. Grayscale: #616161. Windows color (decimal): -14455093 or 13332003. OLE color: 13332003.
HSL color Cylindrical-coordinate representation of color #236ECB: hue angle of 213.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 #236ECB is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 110 | 203 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.20 |
| HSL | 213.21º | 0.71% | 0.47% | - |
| HSV(B) | 213.21º | 0.83% | 0.8% | - |
| XYZ | 17.05 | 15.82 | 58.66 | - |
| YUV | 98.18 | 187.15 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 110 | 203 | 0.83 | 0.46 | 0 | 0.20 | 213.21 | 0.71 | 0.47 |
| Hex | 23 | 6E | CB | 53 | 2E | 0 | 14 | D5 | 47 | 2F |
| Octal | 43 | 156 | 313 | 123 | 56 | 0 | 24 | 325 | 107 | 57 |
| Binary | 100011 | 1101110 | 11001011 | 1010011 | 101110 | 0 | 10100 | 11010101 | 1000111 | 101111 |
Color Harmonies of #236ECB
Complementary color
Monochromatic Colors of #236ECB
Black with #236ECB
Text Example
Text Example
White with #236ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236ECB; }
p { color: rgb(35,110,203); }
H1.HeaderClassName
{
color: #236ECB;
}
.AnyTagClassName
{
color: #236ECB;
}
</style>
background-color css
<style>
a { background-color: #236ECB; }
a { background-color: rgb(35,110,203); }
div.DivClassName
{
background-color: #236ECB;
}
.BgClassName
{
background-color: #236ECB;
}
</style>
border-color css
<style>
span { border-color: #236ECB; }
span { border-color: rgb(35,110,203); }
td.TdClassName
{
border-color: #236ECB;
}
.TagClassName
{
border-color: #236ECB;
}
</style>