Shades of Denim #2760B1
Tints of Denim #2760B1
RGB
CMYK
RGB Variations
Color information
#2760B1 (or 0x2760B1) is known color: Denim. HEX triplet: 27, 60 and B1. RGB value is (39,96,177). Sum of RGB (Red+Green+Blue) = 39+96+177=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #2760B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2760B1 is #D89F4E. Grayscale: #575757. Windows color (decimal): -14196559 or 11624487. OLE color: 11624487.
HSL color Cylindrical-coordinate representation of color #2760B1: hue angle of 215.22º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2760B1 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 96 | 177 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.31 |
| HSL | 215.22º | 0.64% | 0.42% | - |
| HSV(B) | 215.22º | 0.78% | 0.69% | - |
| XYZ | 12.96 | 11.97 | 43.22 | - |
| YUV | 88.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 96 | 177 | 0.78 | 0.46 | 0 | 0.31 | 215.22 | 0.64 | 0.42 |
| Hex | 27 | 60 | B1 | 4E | 2E | 0 | 1F | D7 | 40 | 2A |
| Octal | 47 | 140 | 261 | 116 | 56 | 0 | 37 | 327 | 100 | 52 |
| Binary | 100111 | 1100000 | 10110001 | 1001110 | 101110 | 0 | 11111 | 11010111 | 1000000 | 101010 |
Color Harmonies of #2760B1
Complementary color
Monochromatic Colors of #2760B1
Black with #2760B1
Text Example
Text Example
White with #2760B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2760B1; }
p { color: rgb(39,96,177); }
H1.HeaderClassName
{
color: #2760B1;
}
.AnyTagClassName
{
color: #2760B1;
}
</style>
background-color css
<style>
a { background-color: #2760B1; }
a { background-color: rgb(39,96,177); }
div.DivClassName
{
background-color: #2760B1;
}
.BgClassName
{
background-color: #2760B1;
}
</style>
border-color css
<style>
span { border-color: #2760B1; }
span { border-color: rgb(39,96,177); }
td.TdClassName
{
border-color: #2760B1;
}
.TagClassName
{
border-color: #2760B1;
}
</style>