Shades of Denim #236EC3
Tints of Denim #236EC3
RGB
CMYK
RGB Variations
Color information
#236EC3 (or 0x236EC3) is known color: Denim. HEX triplet: 23, 6E and C3. RGB value is (35,110,195). Sum of RGB (Red+Green+Blue) = 35+110+195=340 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.29% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 195 (76.56% from 255 or 57.35% from 340); Max value from RGB is 195 - color contains mainly: blue. Hex color #236EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236EC3 is #DC913C. Grayscale: #606060. Windows color (decimal): -14455101 or 12807715. OLE color: 12807715.
HSL color Cylindrical-coordinate representation of color #236EC3: hue angle of 211.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #236EC3 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 110 | 195 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.24 |
| HSL | 211.88º | 0.7% | 0.45% | - |
| HSV(B) | 211.88º | 0.82% | 0.76% | - |
| XYZ | 16.12 | 15.45 | 53.76 | - |
| YUV | 97.27 | 183.15 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 110 | 195 | 0.82 | 0.44 | 0 | 0.24 | 211.88 | 0.7 | 0.45 |
| Hex | 23 | 6E | C3 | 52 | 2C | 0 | 18 | D4 | 46 | 2D |
| Octal | 43 | 156 | 303 | 122 | 54 | 0 | 30 | 324 | 106 | 55 |
| Binary | 100011 | 1101110 | 11000011 | 1010010 | 101100 | 0 | 11000 | 11010100 | 1000110 | 101101 |
Color Harmonies of #236EC3
Complementary color
Monochromatic Colors of #236EC3
Black with #236EC3
Text Example
Text Example
White with #236EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236EC3; }
p { color: rgb(35,110,195); }
H1.HeaderClassName
{
color: #236EC3;
}
.AnyTagClassName
{
color: #236EC3;
}
</style>
background-color css
<style>
a { background-color: #236EC3; }
a { background-color: rgb(35,110,195); }
div.DivClassName
{
background-color: #236EC3;
}
.BgClassName
{
background-color: #236EC3;
}
</style>
border-color css
<style>
span { border-color: #236EC3; }
span { border-color: rgb(35,110,195); }
td.TdClassName
{
border-color: #236EC3;
}
.TagClassName
{
border-color: #236EC3;
}
</style>