Shades of Denim #2573BD
Tints of Denim #2573BD
RGB
CMYK
RGB Variations
Color information
#2573BD (or 0x2573BD) is known color: Denim. HEX triplet: 25, 73 and BD. RGB value is (37,115,189). Sum of RGB (Red+Green+Blue) = 37+115+189=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #2573BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2573BD is #DA8C42. Grayscale: #636363. Windows color (decimal): -14322755 or 12415781. OLE color: 12415781.
HSL color Cylindrical-coordinate representation of color #2573BD: hue angle of 209.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 #2573BD is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 115 | 189 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.26 |
| HSL | 209.21º | 0.67% | 0.44% | - |
| HSV(B) | 209.21º | 0.8% | 0.74% | - |
| XYZ | 16.08 | 16.33 | 50.45 | - |
| YUV | 100.11 | 178.16 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 189 | 0.80 | 0.39 | 0 | 0.26 | 209.21 | 0.67 | 0.44 |
| Hex | 25 | 73 | BD | 50 | 27 | 0 | 1A | D1 | 43 | 2C |
| Octal | 45 | 163 | 275 | 120 | 47 | 0 | 32 | 321 | 103 | 54 |
| Binary | 100101 | 1110011 | 10111101 | 1010000 | 100111 | 0 | 11010 | 11010001 | 1000011 | 101100 |
Color Harmonies of #2573BD
Complementary color
Monochromatic Colors of #2573BD
Black with #2573BD
Text Example
Text Example
White with #2573BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2573BD; }
p { color: rgb(37,115,189); }
H1.HeaderClassName
{
color: #2573BD;
}
.AnyTagClassName
{
color: #2573BD;
}
</style>
background-color css
<style>
a { background-color: #2573BD; }
a { background-color: rgb(37,115,189); }
div.DivClassName
{
background-color: #2573BD;
}
.BgClassName
{
background-color: #2573BD;
}
</style>
border-color css
<style>
span { border-color: #2573BD; }
span { border-color: rgb(37,115,189); }
td.TdClassName
{
border-color: #2573BD;
}
.TagClassName
{
border-color: #2573BD;
}
</style>