Shades of Denim #236DBB
Tints of Denim #236DBB
RGB
CMYK
RGB Variations
Color information
#236DBB (or 0x236DBB) is known color: Denim. HEX triplet: 23, 6D and BB. RGB value is (35,109,187). Sum of RGB (Red+Green+Blue) = 35+109+187=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #236DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236DBB is #DC9244. Grayscale: #5F5F5F. Windows color (decimal): -14455365 or 12283171. OLE color: 12283171.
HSL color Cylindrical-coordinate representation of color #236DBB: hue angle of 210.79º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #236DBB is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 109 | 187 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.27 |
| HSL | 210.79º | 0.68% | 0.44% | - |
| HSV(B) | 210.79º | 0.81% | 0.73% | - |
| XYZ | 15.13 | 14.88 | 49.09 | - |
| YUV | 95.77 | 179.48 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 187 | 0.81 | 0.42 | 0 | 0.27 | 210.79 | 0.68 | 0.44 |
| Hex | 23 | 6D | BB | 51 | 2A | 0 | 1B | D3 | 44 | 2C |
| Octal | 43 | 155 | 273 | 121 | 52 | 0 | 33 | 323 | 104 | 54 |
| Binary | 100011 | 1101101 | 10111011 | 1010001 | 101010 | 0 | 11011 | 11010011 | 1000100 | 101100 |
Color Harmonies of #236DBB
Complementary color
Monochromatic Colors of #236DBB
Black with #236DBB
Text Example
Text Example
White with #236DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236DBB; }
p { color: rgb(35,109,187); }
H1.HeaderClassName
{
color: #236DBB;
}
.AnyTagClassName
{
color: #236DBB;
}
</style>
background-color css
<style>
a { background-color: #236DBB; }
a { background-color: rgb(35,109,187); }
div.DivClassName
{
background-color: #236DBB;
}
.BgClassName
{
background-color: #236DBB;
}
</style>
border-color css
<style>
span { border-color: #236DBB; }
span { border-color: rgb(35,109,187); }
td.TdClassName
{
border-color: #236DBB;
}
.TagClassName
{
border-color: #236DBB;
}
</style>