Shades of Denim #236CC2
Tints of Denim #236CC2
RGB
CMYK
RGB Variations
Color information
#236CC2 (or 0x236CC2) is known color: Denim. HEX triplet: 23, 6C and C2. RGB value is (35,108,194). Sum of RGB (Red+Green+Blue) = 35+108+194=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 194 (76.17% from 255 or 57.57% from 337); Max value from RGB is 194 - color contains mainly: blue. Hex color #236CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236CC2 is #DC933D. Grayscale: #5F5F5F. Windows color (decimal): -14455614 or 12741667. OLE color: 12741667.
HSL color Cylindrical-coordinate representation of color #236CC2: hue angle of 212.45º degrees, saturation: 0.69, 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 #236CC2 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 108 | 194 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.24 |
| HSL | 212.45º | 0.69% | 0.45% | - |
| HSV(B) | 212.45º | 0.82% | 0.76% | - |
| XYZ | 15.79 | 14.98 | 53.1 | - |
| YUV | 95.98 | 183.32 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 194 | 0.82 | 0.44 | 0 | 0.24 | 212.45 | 0.69 | 0.45 |
| Hex | 23 | 6C | C2 | 52 | 2C | 0 | 18 | D4 | 45 | 2D |
| Octal | 43 | 154 | 302 | 122 | 54 | 0 | 30 | 324 | 105 | 55 |
| Binary | 100011 | 1101100 | 11000010 | 1010010 | 101100 | 0 | 11000 | 11010100 | 1000101 | 101101 |
Color Harmonies of #236CC2
Complementary color
Monochromatic Colors of #236CC2
Black with #236CC2
Text Example
Text Example
White with #236CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236CC2; }
p { color: rgb(35,108,194); }
H1.HeaderClassName
{
color: #236CC2;
}
.AnyTagClassName
{
color: #236CC2;
}
</style>
background-color css
<style>
a { background-color: #236CC2; }
a { background-color: rgb(35,108,194); }
div.DivClassName
{
background-color: #236CC2;
}
.BgClassName
{
background-color: #236CC2;
}
</style>
border-color css
<style>
span { border-color: #236CC2; }
span { border-color: rgb(35,108,194); }
td.TdClassName
{
border-color: #236CC2;
}
.TagClassName
{
border-color: #236CC2;
}
</style>