Shades of Denim #2376BA
Tints of Denim #2376BA
RGB
CMYK
RGB Variations
Color information
#2376BA (or 0x2376BA) is known color: Denim. HEX triplet: 23, 76 and BA. RGB value is (35,118,186). Sum of RGB (Red+Green+Blue) = 35+118+186=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #2376BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2376BA is #DC8945. Grayscale: #646464. Windows color (decimal): -14453062 or 12219939. OLE color: 12219939.
HSL color Cylindrical-coordinate representation of color #2376BA: hue angle of 207.02º 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 #2376BA is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 118 | 186 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.27 |
| HSL | 207.02º | 0.68% | 0.43% | - |
| HSV(B) | 207.02º | 0.81% | 0.73% | - |
| XYZ | 16.03 | 16.86 | 48.86 | - |
| YUV | 100.94 | 176 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 186 | 0.81 | 0.37 | 0 | 0.27 | 207.02 | 0.68 | 0.43 |
| Hex | 23 | 76 | BA | 51 | 25 | 0 | 1B | CF | 44 | 2B |
| Octal | 43 | 166 | 272 | 121 | 45 | 0 | 33 | 317 | 104 | 53 |
| Binary | 100011 | 1110110 | 10111010 | 1010001 | 100101 | 0 | 11011 | 11001111 | 1000100 | 101011 |
Color Harmonies of #2376BA
Complementary color
Monochromatic Colors of #2376BA
Black with #2376BA
Text Example
Text Example
White with #2376BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2376BA; }
p { color: rgb(35,118,186); }
H1.HeaderClassName
{
color: #2376BA;
}
.AnyTagClassName
{
color: #2376BA;
}
</style>
background-color css
<style>
a { background-color: #2376BA; }
a { background-color: rgb(35,118,186); }
div.DivClassName
{
background-color: #2376BA;
}
.BgClassName
{
background-color: #2376BA;
}
</style>
border-color css
<style>
span { border-color: #2376BA; }
span { border-color: rgb(35,118,186); }
td.TdClassName
{
border-color: #2376BA;
}
.TagClassName
{
border-color: #2376BA;
}
</style>