Shades of Denim #235AAC
Tints of Denim #235AAC
RGB
CMYK
RGB Variations
Color information
#235AAC (or 0x235AAC) is known color: Denim. HEX triplet: 23, 5A and AC. RGB value is (35,90,172). Sum of RGB (Red+Green+Blue) = 35+90+172=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #235AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235AAC is #DCA553. Grayscale: #525252. Windows color (decimal): -14460244 or 11295267. OLE color: 11295267.
HSL color Cylindrical-coordinate representation of color #235AAC: hue angle of 215.91º 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 #235AAC is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 90 | 172 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.33 |
| HSL | 215.91º | 0.66% | 0.41% | - |
| HSV(B) | 215.91º | 0.8% | 0.67% | - |
| XYZ | 11.8 | 10.65 | 40.46 | - |
| YUV | 82.9 | 178.28 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 172 | 0.80 | 0.48 | 0 | 0.33 | 215.91 | 0.66 | 0.41 |
| Hex | 23 | 5A | AC | 50 | 30 | 0 | 21 | D8 | 42 | 29 |
| Octal | 43 | 132 | 254 | 120 | 60 | 0 | 41 | 330 | 102 | 51 |
| Binary | 100011 | 1011010 | 10101100 | 1010000 | 110000 | 0 | 100001 | 11011000 | 1000010 | 101001 |
Color Harmonies of #235AAC
Complementary color
Monochromatic Colors of #235AAC
Black with #235AAC
Text Example
Text Example
White with #235AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235AAC; }
p { color: rgb(35,90,172); }
H1.HeaderClassName
{
color: #235AAC;
}
.AnyTagClassName
{
color: #235AAC;
}
</style>
background-color css
<style>
a { background-color: #235AAC; }
a { background-color: rgb(35,90,172); }
div.DivClassName
{
background-color: #235AAC;
}
.BgClassName
{
background-color: #235AAC;
}
</style>
border-color css
<style>
span { border-color: #235AAC; }
span { border-color: rgb(35,90,172); }
td.TdClassName
{
border-color: #235AAC;
}
.TagClassName
{
border-color: #235AAC;
}
</style>