Shades of Denim #236CB2
Tints of Denim #236CB2
RGB
CMYK
RGB Variations
Color information
#236CB2 (or 0x236CB2) is known color: Denim. HEX triplet: 23, 6C and B2. RGB value is (35,108,178). Sum of RGB (Red+Green+Blue) = 35+108+178=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 178 (69.92% from 255 or 55.45% from 321); Max value from RGB is 178 - color contains mainly: blue. Hex color #236CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236CB2 is #DC934D. Grayscale: #5D5D5D. Windows color (decimal): -14455630 or 11693091. OLE color: 11693091.
HSL color Cylindrical-coordinate representation of color #236CB2: hue angle of 209.37º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #236CB2 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 108 | 178 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.30 |
| HSL | 209.37º | 0.67% | 0.42% | - |
| HSV(B) | 209.37º | 0.8% | 0.7% | - |
| XYZ | 14.09 | 14.3 | 44.14 | - |
| YUV | 94.15 | 175.32 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 178 | 0.80 | 0.39 | 0 | 0.30 | 209.37 | 0.67 | 0.42 |
| Hex | 23 | 6C | B2 | 50 | 27 | 0 | 1E | D1 | 43 | 2A |
| Octal | 43 | 154 | 262 | 120 | 47 | 0 | 36 | 321 | 103 | 52 |
| Binary | 100011 | 1101100 | 10110010 | 1010000 | 100111 | 0 | 11110 | 11010001 | 1000011 | 101010 |
Color Harmonies of #236CB2
Complementary color
Monochromatic Colors of #236CB2
Black with #236CB2
Text Example
Text Example
White with #236CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236CB2; }
p { color: rgb(35,108,178); }
H1.HeaderClassName
{
color: #236CB2;
}
.AnyTagClassName
{
color: #236CB2;
}
</style>
background-color css
<style>
a { background-color: #236CB2; }
a { background-color: rgb(35,108,178); }
div.DivClassName
{
background-color: #236CB2;
}
.BgClassName
{
background-color: #236CB2;
}
</style>
border-color css
<style>
span { border-color: #236CB2; }
span { border-color: rgb(35,108,178); }
td.TdClassName
{
border-color: #236CB2;
}
.TagClassName
{
border-color: #236CB2;
}
</style>