Shades of Denim #2377CE
Tints of Denim #2377CE
RGB
CMYK
RGB Variations
Color information
#2377CE (or 0x2377CE) is known color: Denim. HEX triplet: 23, 77 and CE. RGB value is (35,119,206). Sum of RGB (Red+Green+Blue) = 35+119+206=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #2377CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2377CE is #DC8831. Grayscale: #676767. Windows color (decimal): -14452786 or 13530915. OLE color: 13530915.
HSL color Cylindrical-coordinate representation of color #2377CE: hue angle of 210.53º 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 #2377CE is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 119 | 206 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.19 |
| HSL | 210.53º | 0.71% | 0.47% | - |
| HSV(B) | 210.53º | 0.83% | 0.81% | - |
| XYZ | 18.43 | 18.01 | 60.9 | - |
| YUV | 103.8 | 185.67 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 119 | 206 | 0.83 | 0.42 | 0 | 0.19 | 210.53 | 0.71 | 0.47 |
| Hex | 23 | 77 | CE | 53 | 2A | 0 | 13 | D3 | 47 | 2F |
| Octal | 43 | 167 | 316 | 123 | 52 | 0 | 23 | 323 | 107 | 57 |
| Binary | 100011 | 1110111 | 11001110 | 1010011 | 101010 | 0 | 10011 | 11010011 | 1000111 | 101111 |
Color Harmonies of #2377CE
Complementary color
Monochromatic Colors of #2377CE
Black with #2377CE
Text Example
Text Example
White with #2377CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2377CE; }
p { color: rgb(35,119,206); }
H1.HeaderClassName
{
color: #2377CE;
}
.AnyTagClassName
{
color: #2377CE;
}
</style>
background-color css
<style>
a { background-color: #2377CE; }
a { background-color: rgb(35,119,206); }
div.DivClassName
{
background-color: #2377CE;
}
.BgClassName
{
background-color: #2377CE;
}
</style>
border-color css
<style>
span { border-color: #2377CE; }
span { border-color: rgb(35,119,206); }
td.TdClassName
{
border-color: #2377CE;
}
.TagClassName
{
border-color: #2377CE;
}
</style>