Shades of Denim #2376CE
Tints of Denim #2376CE
RGB
CMYK
RGB Variations
Color information
#2376CE (or 0x2376CE) is known color: Denim. HEX triplet: 23, 76 and CE. RGB value is (35,118,206). Sum of RGB (Red+Green+Blue) = 35+118+206=359 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.75% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #2376CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2376CE is #DC8931. Grayscale: #666666. Windows color (decimal): -14453042 or 13530659. OLE color: 13530659.
HSL color Cylindrical-coordinate representation of color #2376CE: hue angle of 210.88º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2376CE is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 118 | 206 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.19 |
| HSL | 210.88º | 0.71% | 0.47% | - |
| HSV(B) | 210.88º | 0.83% | 0.81% | - |
| XYZ | 18.31 | 17.77 | 60.86 | - |
| YUV | 103.22 | 186 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 206 | 0.83 | 0.43 | 0 | 0.19 | 210.88 | 0.71 | 0.47 |
| Hex | 23 | 76 | CE | 53 | 2B | 0 | 13 | D3 | 47 | 2F |
| Octal | 43 | 166 | 316 | 123 | 53 | 0 | 23 | 323 | 107 | 57 |
| Binary | 100011 | 1110110 | 11001110 | 1010011 | 101011 | 0 | 10011 | 11010011 | 1000111 | 101111 |
Color Harmonies of #2376CE
Complementary color
Monochromatic Colors of #2376CE
Black with #2376CE
Text Example
Text Example
White with #2376CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2376CE; }
p { color: rgb(35,118,206); }
H1.HeaderClassName
{
color: #2376CE;
}
.AnyTagClassName
{
color: #2376CE;
}
</style>
background-color css
<style>
a { background-color: #2376CE; }
a { background-color: rgb(35,118,206); }
div.DivClassName
{
background-color: #2376CE;
}
.BgClassName
{
background-color: #2376CE;
}
</style>
border-color css
<style>
span { border-color: #2376CE; }
span { border-color: rgb(35,118,206); }
td.TdClassName
{
border-color: #2376CE;
}
.TagClassName
{
border-color: #2376CE;
}
</style>