Shades of Denim #2575BD
Tints of Denim #2575BD
RGB
CMYK
RGB Variations
Color information
#2575BD (or 0x2575BD) is known color: Denim. HEX triplet: 25, 75 and BD. RGB value is (37,117,189). Sum of RGB (Red+Green+Blue) = 37+117+189=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #2575BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2575BD is #DA8A42. Grayscale: #646464. Windows color (decimal): -14322243 or 12416293. OLE color: 12416293.
HSL color Cylindrical-coordinate representation of color #2575BD: hue angle of 208.42º 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 #2575BD is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 117 | 189 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.26 |
| HSL | 208.42º | 0.67% | 0.44% | - |
| HSV(B) | 208.42º | 0.8% | 0.74% | - |
| XYZ | 16.31 | 16.79 | 50.53 | - |
| YUV | 101.29 | 177.5 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 189 | 0.80 | 0.38 | 0 | 0.26 | 208.42 | 0.67 | 0.44 |
| Hex | 25 | 75 | BD | 50 | 26 | 0 | 1A | D0 | 43 | 2C |
| Octal | 45 | 165 | 275 | 120 | 46 | 0 | 32 | 320 | 103 | 54 |
| Binary | 100101 | 1110101 | 10111101 | 1010000 | 100110 | 0 | 11010 | 11010000 | 1000011 | 101100 |
Color Harmonies of #2575BD
Complementary color
Monochromatic Colors of #2575BD
Black with #2575BD
Text Example
Text Example
White with #2575BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2575BD; }
p { color: rgb(37,117,189); }
H1.HeaderClassName
{
color: #2575BD;
}
.AnyTagClassName
{
color: #2575BD;
}
</style>
background-color css
<style>
a { background-color: #2575BD; }
a { background-color: rgb(37,117,189); }
div.DivClassName
{
background-color: #2575BD;
}
.BgClassName
{
background-color: #2575BD;
}
</style>
border-color css
<style>
span { border-color: #2575BD; }
span { border-color: rgb(37,117,189); }
td.TdClassName
{
border-color: #2575BD;
}
.TagClassName
{
border-color: #2575BD;
}
</style>