Shades of Denim #2577C0
Tints of Denim #2577C0
RGB
CMYK
RGB Variations
Color information
#2577C0 (or 0x2577C0) is known color: Denim. HEX triplet: 25, 77 and C0. RGB value is (37,119,192). Sum of RGB (Red+Green+Blue) = 37+119+192=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #2577C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2577C0 is #DA883F. Grayscale: #666666. Windows color (decimal): -14321728 or 12613413. OLE color: 12613413.
HSL color Cylindrical-coordinate representation of color #2577C0: hue angle of 208.26º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2577C0 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 119 | 192 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.25 |
| HSL | 208.26º | 0.68% | 0.45% | - |
| HSV(B) | 208.26º | 0.81% | 0.75% | - |
| XYZ | 16.87 | 17.39 | 52.34 | - |
| YUV | 102.8 | 178.33 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 192 | 0.81 | 0.38 | 0 | 0.25 | 208.26 | 0.68 | 0.45 |
| Hex | 25 | 77 | C0 | 51 | 26 | 0 | 19 | D0 | 44 | 2D |
| Octal | 45 | 167 | 300 | 121 | 46 | 0 | 31 | 320 | 104 | 55 |
| Binary | 100101 | 1110111 | 11000000 | 1010001 | 100110 | 0 | 11001 | 11010000 | 1000100 | 101101 |
Color Harmonies of #2577C0
Complementary color
Monochromatic Colors of #2577C0
Black with #2577C0
Text Example
Text Example
White with #2577C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2577C0; }
p { color: rgb(37,119,192); }
H1.HeaderClassName
{
color: #2577C0;
}
.AnyTagClassName
{
color: #2577C0;
}
</style>
background-color css
<style>
a { background-color: #2577C0; }
a { background-color: rgb(37,119,192); }
div.DivClassName
{
background-color: #2577C0;
}
.BgClassName
{
background-color: #2577C0;
}
</style>
border-color css
<style>
span { border-color: #2577C0; }
span { border-color: rgb(37,119,192); }
td.TdClassName
{
border-color: #2577C0;
}
.TagClassName
{
border-color: #2577C0;
}
</style>