Shades of Denim #235AAA
Tints of Denim #235AAA
RGB
CMYK
RGB Variations
Color information
#235AAA (or 0x235AAA) is known color: Denim. HEX triplet: 23, 5A and AA. RGB value is (35,90,170). Sum of RGB (Red+Green+Blue) = 35+90+170=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #235AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235AAA is #DCA555. Grayscale: #525252. Windows color (decimal): -14460246 or 11164195. OLE color: 11164195.
HSL color Cylindrical-coordinate representation of color #235AAA: hue angle of 215.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #235AAA is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 90 | 170 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.33 |
| HSL | 215.56º | 0.66% | 0.4% | - |
| HSV(B) | 215.56º | 0.79% | 0.67% | - |
| XYZ | 11.61 | 10.57 | 39.46 | - |
| YUV | 82.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 170 | 0.79 | 0.47 | 0 | 0.33 | 215.56 | 0.66 | 0.4 |
| Hex | 23 | 5A | AA | 4F | 2F | 0 | 21 | D8 | 42 | 28 |
| Octal | 43 | 132 | 252 | 117 | 57 | 0 | 41 | 330 | 102 | 50 |
| Binary | 100011 | 1011010 | 10101010 | 1001111 | 101111 | 0 | 100001 | 11011000 | 1000010 | 101000 |
Color Harmonies of #235AAA
Complementary color
Monochromatic Colors of #235AAA
Black with #235AAA
Text Example
Text Example
White with #235AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235AAA; }
p { color: rgb(35,90,170); }
H1.HeaderClassName
{
color: #235AAA;
}
.AnyTagClassName
{
color: #235AAA;
}
</style>
background-color css
<style>
a { background-color: #235AAA; }
a { background-color: rgb(35,90,170); }
div.DivClassName
{
background-color: #235AAA;
}
.BgClassName
{
background-color: #235AAA;
}
</style>
border-color css
<style>
span { border-color: #235AAA; }
span { border-color: rgb(35,90,170); }
td.TdClassName
{
border-color: #235AAA;
}
.TagClassName
{
border-color: #235AAA;
}
</style>