Shades of Denim #2374BC
Tints of Denim #2374BC
RGB
CMYK
RGB Variations
Color information
#2374BC (or 0x2374BC) is known color: Denim. HEX triplet: 23, 74 and BC. RGB value is (35,116,188). Sum of RGB (Red+Green+Blue) = 35+116+188=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #2374BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2374BC is #DC8B43. Grayscale: #636363. Windows color (decimal): -14453572 or 12350499. OLE color: 12350499.
HSL color Cylindrical-coordinate representation of color #2374BC: hue angle of 208.24º 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 #2374BC is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 116 | 188 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.26 |
| HSL | 208.24º | 0.69% | 0.44% | - |
| HSV(B) | 208.24º | 0.81% | 0.74% | - |
| XYZ | 16.02 | 16.48 | 49.91 | - |
| YUV | 99.99 | 177.66 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 116 | 188 | 0.81 | 0.38 | 0 | 0.26 | 208.24 | 0.69 | 0.44 |
| Hex | 23 | 74 | BC | 51 | 26 | 0 | 1A | D0 | 45 | 2C |
| Octal | 43 | 164 | 274 | 121 | 46 | 0 | 32 | 320 | 105 | 54 |
| Binary | 100011 | 1110100 | 10111100 | 1010001 | 100110 | 0 | 11010 | 11010000 | 1000101 | 101100 |
Color Harmonies of #2374BC
Complementary color
Monochromatic Colors of #2374BC
Black with #2374BC
Text Example
Text Example
White with #2374BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2374BC; }
p { color: rgb(35,116,188); }
H1.HeaderClassName
{
color: #2374BC;
}
.AnyTagClassName
{
color: #2374BC;
}
</style>
background-color css
<style>
a { background-color: #2374BC; }
a { background-color: rgb(35,116,188); }
div.DivClassName
{
background-color: #2374BC;
}
.BgClassName
{
background-color: #2374BC;
}
</style>
border-color css
<style>
span { border-color: #2374BC; }
span { border-color: rgb(35,116,188); }
td.TdClassName
{
border-color: #2374BC;
}
.TagClassName
{
border-color: #2374BC;
}
</style>