Shades of Denim #2575BC
Tints of Denim #2575BC
RGB
CMYK
RGB Variations
Color information
#2575BC (or 0x2575BC) is known color: Denim. HEX triplet: 25, 75 and BC. RGB value is (37,117,188). Sum of RGB (Red+Green+Blue) = 37+117+188=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #2575BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2575BC is #DA8A43. Grayscale: #646464. Windows color (decimal): -14322244 or 12350757. OLE color: 12350757.
HSL color Cylindrical-coordinate representation of color #2575BC: hue angle of 208.21º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2575BC is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 117 | 188 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.26 |
| HSL | 208.21º | 0.67% | 0.44% | - |
| HSV(B) | 208.21º | 0.8% | 0.74% | - |
| XYZ | 16.2 | 16.75 | 49.96 | - |
| YUV | 101.17 | 177 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 188 | 0.80 | 0.38 | 0 | 0.26 | 208.21 | 0.67 | 0.44 |
| Hex | 25 | 75 | BC | 50 | 26 | 0 | 1A | D0 | 43 | 2C |
| Octal | 45 | 165 | 274 | 120 | 46 | 0 | 32 | 320 | 103 | 54 |
| Binary | 100101 | 1110101 | 10111100 | 1010000 | 100110 | 0 | 11010 | 11010000 | 1000011 | 101100 |
Color Harmonies of #2575BC
Complementary color
Monochromatic Colors of #2575BC
Black with #2575BC
Text Example
Text Example
White with #2575BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2575BC; }
p { color: rgb(37,117,188); }
H1.HeaderClassName
{
color: #2575BC;
}
.AnyTagClassName
{
color: #2575BC;
}
</style>
background-color css
<style>
a { background-color: #2575BC; }
a { background-color: rgb(37,117,188); }
div.DivClassName
{
background-color: #2575BC;
}
.BgClassName
{
background-color: #2575BC;
}
</style>
border-color css
<style>
span { border-color: #2575BC; }
span { border-color: rgb(37,117,188); }
td.TdClassName
{
border-color: #2575BC;
}
.TagClassName
{
border-color: #2575BC;
}
</style>