Shades of Denim #2770BF
Tints of Denim #2770BF
RGB
CMYK
RGB Variations
Color information
#2770BF (or 0x2770BF) is known color: Denim. HEX triplet: 27, 70 and BF. RGB value is (39,112,191). Sum of RGB (Red+Green+Blue) = 39+112+191=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #2770BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2770BF is #D88F40. Grayscale: #626262. Windows color (decimal): -14192449 or 12546087. OLE color: 12546087.
HSL color Cylindrical-coordinate representation of color #2770BF: hue angle of 211.18º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2770BF is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 112 | 191 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.25 |
| HSL | 211.18º | 0.66% | 0.45% | - |
| HSV(B) | 211.18º | 0.8% | 0.75% | - |
| XYZ | 16.03 | 15.78 | 51.49 | - |
| YUV | 99.18 | 179.82 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 191 | 0.80 | 0.41 | 0 | 0.25 | 211.18 | 0.66 | 0.45 |
| Hex | 27 | 70 | BF | 50 | 29 | 0 | 19 | D3 | 42 | 2D |
| Octal | 47 | 160 | 277 | 120 | 51 | 0 | 31 | 323 | 102 | 55 |
| Binary | 100111 | 1110000 | 10111111 | 1010000 | 101001 | 0 | 11001 | 11010011 | 1000010 | 101101 |
Color Harmonies of #2770BF
Complementary color
Monochromatic Colors of #2770BF
Black with #2770BF
Text Example
Text Example
White with #2770BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2770BF; }
p { color: rgb(39,112,191); }
H1.HeaderClassName
{
color: #2770BF;
}
.AnyTagClassName
{
color: #2770BF;
}
</style>
background-color css
<style>
a { background-color: #2770BF; }
a { background-color: rgb(39,112,191); }
div.DivClassName
{
background-color: #2770BF;
}
.BgClassName
{
background-color: #2770BF;
}
</style>
border-color css
<style>
span { border-color: #2770BF; }
span { border-color: rgb(39,112,191); }
td.TdClassName
{
border-color: #2770BF;
}
.TagClassName
{
border-color: #2770BF;
}
</style>