Shades of Denim #235DBA
Tints of Denim #235DBA
RGB
CMYK
RGB Variations
Color information
#235DBA (or 0x235DBA) is known color: Denim. HEX triplet: 23, 5D and BA. RGB value is (35,93,186). Sum of RGB (Red+Green+Blue) = 35+93+186=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #235DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235DBA is #DCA245. Grayscale: #555555. Windows color (decimal): -14459462 or 12213539. OLE color: 12213539.
HSL color Cylindrical-coordinate representation of color #235DBA: hue angle of 216.95º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #235DBA is Cyan = 0.81, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 93 | 186 | - |
| CMYK | 0.81 | 0.5 | 0 | 0.27 |
| HSL | 216.95º | 0.68% | 0.43% | - |
| HSV(B) | 216.95º | 0.81% | 0.73% | - |
| XYZ | 13.47 | 11.73 | 48.01 | - |
| YUV | 86.26 | 184.28 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 186 | 0.81 | 0.5 | 0 | 0.27 | 216.95 | 0.68 | 0.43 |
| Hex | 23 | 5D | BA | 51 | 32 | 0 | 1B | D9 | 44 | 2B |
| Octal | 43 | 135 | 272 | 121 | 62 | 0 | 33 | 331 | 104 | 53 |
| Binary | 100011 | 1011101 | 10111010 | 1010001 | 110010 | 0 | 11011 | 11011001 | 1000100 | 101011 |
Color Harmonies of #235DBA
Complementary color
Monochromatic Colors of #235DBA
Black with #235DBA
Text Example
Text Example
White with #235DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235DBA; }
p { color: rgb(35,93,186); }
H1.HeaderClassName
{
color: #235DBA;
}
.AnyTagClassName
{
color: #235DBA;
}
</style>
background-color css
<style>
a { background-color: #235DBA; }
a { background-color: rgb(35,93,186); }
div.DivClassName
{
background-color: #235DBA;
}
.BgClassName
{
background-color: #235DBA;
}
</style>
border-color css
<style>
span { border-color: #235DBA; }
span { border-color: rgb(35,93,186); }
td.TdClassName
{
border-color: #235DBA;
}
.TagClassName
{
border-color: #235DBA;
}
</style>