Shades of Denim #2761AF
Tints of Denim #2761AF
RGB
CMYK
RGB Variations
Color information
#2761AF (or 0x2761AF) is known color: Denim. HEX triplet: 27, 61 and AF. RGB value is (39,97,175). Sum of RGB (Red+Green+Blue) = 39+97+175=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #2761AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2761AF is #D89E50. Grayscale: #585858. Windows color (decimal): -14196305 or 11493671. OLE color: 11493671.
HSL color Cylindrical-coordinate representation of color #2761AF: hue angle of 214.41º 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 #2761AF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 97 | 175 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.31 |
| HSL | 214.41º | 0.64% | 0.42% | - |
| HSV(B) | 214.41º | 0.78% | 0.69% | - |
| XYZ | 12.85 | 12.08 | 42.21 | - |
| YUV | 88.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 175 | 0.78 | 0.45 | 0 | 0.31 | 214.41 | 0.64 | 0.42 |
| Hex | 27 | 61 | AF | 4E | 2D | 0 | 1F | D6 | 40 | 2A |
| Octal | 47 | 141 | 257 | 116 | 55 | 0 | 37 | 326 | 100 | 52 |
| Binary | 100111 | 1100001 | 10101111 | 1001110 | 101101 | 0 | 11111 | 11010110 | 1000000 | 101010 |
Color Harmonies of #2761AF
Complementary color
Monochromatic Colors of #2761AF
Black with #2761AF
Text Example
Text Example
White with #2761AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2761AF; }
p { color: rgb(39,97,175); }
H1.HeaderClassName
{
color: #2761AF;
}
.AnyTagClassName
{
color: #2761AF;
}
</style>
background-color css
<style>
a { background-color: #2761AF; }
a { background-color: rgb(39,97,175); }
div.DivClassName
{
background-color: #2761AF;
}
.BgClassName
{
background-color: #2761AF;
}
</style>
border-color css
<style>
span { border-color: #2761AF; }
span { border-color: rgb(39,97,175); }
td.TdClassName
{
border-color: #2761AF;
}
.TagClassName
{
border-color: #2761AF;
}
</style>