Shades of Denim #2372BC
Tints of Denim #2372BC
RGB
CMYK
RGB Variations
Color information
#2372BC (or 0x2372BC) is known color: Denim. HEX triplet: 23, 72 and BC. RGB value is (35,114,188). Sum of RGB (Red+Green+Blue) = 35+114+188=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #2372BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2372BC is #DC8D43. Grayscale: #626262. Windows color (decimal): -14454084 or 12349987. OLE color: 12349987.
HSL color Cylindrical-coordinate representation of color #2372BC: hue angle of 209.02º 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 #2372BC is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 114 | 188 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.26 |
| HSL | 209.02º | 0.69% | 0.44% | - |
| HSV(B) | 209.02º | 0.81% | 0.74% | - |
| XYZ | 15.79 | 16.02 | 49.84 | - |
| YUV | 98.82 | 178.33 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 114 | 188 | 0.81 | 0.39 | 0 | 0.26 | 209.02 | 0.69 | 0.44 |
| Hex | 23 | 72 | BC | 51 | 27 | 0 | 1A | D1 | 45 | 2C |
| Octal | 43 | 162 | 274 | 121 | 47 | 0 | 32 | 321 | 105 | 54 |
| Binary | 100011 | 1110010 | 10111100 | 1010001 | 100111 | 0 | 11010 | 11010001 | 1000101 | 101100 |
Color Harmonies of #2372BC
Complementary color
Monochromatic Colors of #2372BC
Black with #2372BC
Text Example
Text Example
White with #2372BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2372BC; }
p { color: rgb(35,114,188); }
H1.HeaderClassName
{
color: #2372BC;
}
.AnyTagClassName
{
color: #2372BC;
}
</style>
background-color css
<style>
a { background-color: #2372BC; }
a { background-color: rgb(35,114,188); }
div.DivClassName
{
background-color: #2372BC;
}
.BgClassName
{
background-color: #2372BC;
}
</style>
border-color css
<style>
span { border-color: #2372BC; }
span { border-color: rgb(35,114,188); }
td.TdClassName
{
border-color: #2372BC;
}
.TagClassName
{
border-color: #2372BC;
}
</style>