Shades of Denim #2376BD
Tints of Denim #2376BD
RGB
CMYK
RGB Variations
Color information
#2376BD (or 0x2376BD) is known color: Denim. HEX triplet: 23, 76 and BD. RGB value is (35,118,189). Sum of RGB (Red+Green+Blue) = 35+118+189=342 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.23% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #2376BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2376BD is #DC8942. Grayscale: #646464. Windows color (decimal): -14453059 or 12416547. OLE color: 12416547.
HSL color Cylindrical-coordinate representation of color #2376BD: hue angle of 207.66º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2376BD is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 118 | 189 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.26 |
| HSL | 207.66º | 0.69% | 0.44% | - |
| HSV(B) | 207.66º | 0.81% | 0.74% | - |
| XYZ | 16.36 | 16.99 | 50.56 | - |
| YUV | 101.28 | 177.5 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 189 | 0.81 | 0.38 | 0 | 0.26 | 207.66 | 0.69 | 0.44 |
| Hex | 23 | 76 | BD | 51 | 26 | 0 | 1A | D0 | 45 | 2C |
| Octal | 43 | 166 | 275 | 121 | 46 | 0 | 32 | 320 | 105 | 54 |
| Binary | 100011 | 1110110 | 10111101 | 1010001 | 100110 | 0 | 11010 | 11010000 | 1000101 | 101100 |
Color Harmonies of #2376BD
Complementary color
Monochromatic Colors of #2376BD
Black with #2376BD
Text Example
Text Example
White with #2376BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2376BD; }
p { color: rgb(35,118,189); }
H1.HeaderClassName
{
color: #2376BD;
}
.AnyTagClassName
{
color: #2376BD;
}
</style>
background-color css
<style>
a { background-color: #2376BD; }
a { background-color: rgb(35,118,189); }
div.DivClassName
{
background-color: #2376BD;
}
.BgClassName
{
background-color: #2376BD;
}
</style>
border-color css
<style>
span { border-color: #2376BD; }
span { border-color: rgb(35,118,189); }
td.TdClassName
{
border-color: #2376BD;
}
.TagClassName
{
border-color: #2376BD;
}
</style>