Shades of Denim #236DBA
Tints of Denim #236DBA
RGB
CMYK
RGB Variations
Color information
#236DBA (or 0x236DBA) is known color: Denim. HEX triplet: 23, 6D and BA. RGB value is (35,109,186). Sum of RGB (Red+Green+Blue) = 35+109+186=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #236DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236DBA is #DC9245. Grayscale: #5F5F5F. Windows color (decimal): -14455366 or 12217635. OLE color: 12217635.
HSL color Cylindrical-coordinate representation of color #236DBA: hue angle of 210.6º 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 #236DBA is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 109 | 186 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.27 |
| HSL | 210.6º | 0.68% | 0.43% | - |
| HSV(B) | 210.6º | 0.81% | 0.73% | - |
| XYZ | 15.02 | 14.84 | 48.53 | - |
| YUV | 95.65 | 178.98 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 186 | 0.81 | 0.41 | 0 | 0.27 | 210.6 | 0.68 | 0.43 |
| Hex | 23 | 6D | BA | 51 | 29 | 0 | 1B | D3 | 44 | 2B |
| Octal | 43 | 155 | 272 | 121 | 51 | 0 | 33 | 323 | 104 | 53 |
| Binary | 100011 | 1101101 | 10111010 | 1010001 | 101001 | 0 | 11011 | 11010011 | 1000100 | 101011 |
Color Harmonies of #236DBA
Complementary color
Monochromatic Colors of #236DBA
Black with #236DBA
Text Example
Text Example
White with #236DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236DBA; }
p { color: rgb(35,109,186); }
H1.HeaderClassName
{
color: #236DBA;
}
.AnyTagClassName
{
color: #236DBA;
}
</style>
background-color css
<style>
a { background-color: #236DBA; }
a { background-color: rgb(35,109,186); }
div.DivClassName
{
background-color: #236DBA;
}
.BgClassName
{
background-color: #236DBA;
}
</style>
border-color css
<style>
span { border-color: #236DBA; }
span { border-color: rgb(35,109,186); }
td.TdClassName
{
border-color: #236DBA;
}
.TagClassName
{
border-color: #236DBA;
}
</style>