Shades of Denim #235DAC
Tints of Denim #235DAC
RGB
CMYK
RGB Variations
Color information
#235DAC (or 0x235DAC) is known color: Denim. HEX triplet: 23, 5D and AC. RGB value is (35,93,172). Sum of RGB (Red+Green+Blue) = 35+93+172=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #235DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235DAC is #DCA253. Grayscale: #545454. Windows color (decimal): -14459476 or 11296035. OLE color: 11296035.
HSL color Cylindrical-coordinate representation of color #235DAC: hue angle of 214.6º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #235DAC is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 93 | 172 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.33 |
| HSL | 214.6º | 0.66% | 0.41% | - |
| HSV(B) | 214.6º | 0.8% | 0.67% | - |
| XYZ | 12.05 | 11.16 | 40.55 | - |
| YUV | 84.66 | 177.28 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 172 | 0.80 | 0.46 | 0 | 0.33 | 214.6 | 0.66 | 0.41 |
| Hex | 23 | 5D | AC | 50 | 2E | 0 | 21 | D7 | 42 | 29 |
| Octal | 43 | 135 | 254 | 120 | 56 | 0 | 41 | 327 | 102 | 51 |
| Binary | 100011 | 1011101 | 10101100 | 1010000 | 101110 | 0 | 100001 | 11010111 | 1000010 | 101001 |
Color Harmonies of #235DAC
Complementary color
Monochromatic Colors of #235DAC
Black with #235DAC
Text Example
Text Example
White with #235DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235DAC; }
p { color: rgb(35,93,172); }
H1.HeaderClassName
{
color: #235DAC;
}
.AnyTagClassName
{
color: #235DAC;
}
</style>
background-color css
<style>
a { background-color: #235DAC; }
a { background-color: rgb(35,93,172); }
div.DivClassName
{
background-color: #235DAC;
}
.BgClassName
{
background-color: #235DAC;
}
</style>
border-color css
<style>
span { border-color: #235DAC; }
span { border-color: rgb(35,93,172); }
td.TdClassName
{
border-color: #235DAC;
}
.TagClassName
{
border-color: #235DAC;
}
</style>