Shades of Denim #236DB8
Tints of Denim #236DB8
RGB
CMYK
RGB Variations
Color information
#236DB8 (or 0x236DB8) is known color: Denim. HEX triplet: 23, 6D and B8. RGB value is (35,109,184). Sum of RGB (Red+Green+Blue) = 35+109+184=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 184 (72.27% from 255 or 56.10% from 328); Max value from RGB is 184 - color contains mainly: blue. Hex color #236DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236DB8 is #DC9247. Grayscale: #5F5F5F. Windows color (decimal): -14455368 or 12086563. OLE color: 12086563.
HSL color Cylindrical-coordinate representation of color #236DB8: hue angle of 210.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #236DB8 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 109 | 184 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.28 |
| HSL | 210.2º | 0.68% | 0.43% | - |
| HSV(B) | 210.2º | 0.81% | 0.72% | - |
| XYZ | 14.81 | 14.76 | 47.41 | - |
| YUV | 95.42 | 177.98 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 184 | 0.81 | 0.41 | 0 | 0.28 | 210.2 | 0.68 | 0.43 |
| Hex | 23 | 6D | B8 | 51 | 29 | 0 | 1C | D2 | 44 | 2B |
| Octal | 43 | 155 | 270 | 121 | 51 | 0 | 34 | 322 | 104 | 53 |
| Binary | 100011 | 1101101 | 10111000 | 1010001 | 101001 | 0 | 11100 | 11010010 | 1000100 | 101011 |
Color Harmonies of #236DB8
Complementary color
Monochromatic Colors of #236DB8
Black with #236DB8
Text Example
Text Example
White with #236DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236DB8; }
p { color: rgb(35,109,184); }
H1.HeaderClassName
{
color: #236DB8;
}
.AnyTagClassName
{
color: #236DB8;
}
</style>
background-color css
<style>
a { background-color: #236DB8; }
a { background-color: rgb(35,109,184); }
div.DivClassName
{
background-color: #236DB8;
}
.BgClassName
{
background-color: #236DB8;
}
</style>
border-color css
<style>
span { border-color: #236DB8; }
span { border-color: rgb(35,109,184); }
td.TdClassName
{
border-color: #236DB8;
}
.TagClassName
{
border-color: #236DB8;
}
</style>