Shades of Denim #236FCC
Tints of Denim #236FCC
RGB
CMYK
RGB Variations
Color information
#236FCC (or 0x236FCC) is known color: Denim. HEX triplet: 23, 6F and CC. RGB value is (35,111,204). Sum of RGB (Red+Green+Blue) = 35+111+204=350 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #236FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236FCC is #DC9033. Grayscale: #626262. Windows color (decimal): -14454836 or 13397795. OLE color: 13397795.
HSL color Cylindrical-coordinate representation of color #236FCC: hue angle of 213.02º 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 #236FCC is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 111 | 204 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.2 |
| HSL | 213.02º | 0.71% | 0.47% | - |
| HSV(B) | 213.02º | 0.83% | 0.8% | - |
| XYZ | 17.28 | 16.09 | 59.32 | - |
| YUV | 98.88 | 187.32 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 204 | 0.83 | 0.46 | 0 | 0.2 | 213.02 | 0.71 | 0.47 |
| Hex | 23 | 6F | CC | 53 | 2E | 0 | 14 | D5 | 47 | 2F |
| Octal | 43 | 157 | 314 | 123 | 56 | 0 | 24 | 325 | 107 | 57 |
| Binary | 100011 | 1101111 | 11001100 | 1010011 | 101110 | 0 | 10100 | 11010101 | 1000111 | 101111 |
Color Harmonies of #236FCC
Complementary color
Monochromatic Colors of #236FCC
Black with #236FCC
Text Example
Text Example
White with #236FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236FCC; }
p { color: rgb(35,111,204); }
H1.HeaderClassName
{
color: #236FCC;
}
.AnyTagClassName
{
color: #236FCC;
}
</style>
background-color css
<style>
a { background-color: #236FCC; }
a { background-color: rgb(35,111,204); }
div.DivClassName
{
background-color: #236FCC;
}
.BgClassName
{
background-color: #236FCC;
}
</style>
border-color css
<style>
span { border-color: #236FCC; }
span { border-color: rgb(35,111,204); }
td.TdClassName
{
border-color: #236FCC;
}
.TagClassName
{
border-color: #236FCC;
}
</style>