Shades of Denim #2277BA
Tints of Denim #2277BA
RGB
CMYK
RGB Variations
Color information
#2277BA (or 0x2277BA) is known color: Denim. HEX triplet: 22, 77 and BA. RGB value is (34,119,186). Sum of RGB (Red+Green+Blue) = 34+119+186=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #2277BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2277BA is #DD8845. Grayscale: #646464. Windows color (decimal): -14518342 or 12220194. OLE color: 12220194.
HSL color Cylindrical-coordinate representation of color #2277BA: hue angle of 206.45º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2277BA is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 119 | 186 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.27 |
| HSL | 206.45º | 0.69% | 0.43% | - |
| HSV(B) | 206.45º | 0.82% | 0.73% | - |
| XYZ | 16.12 | 17.08 | 48.9 | - |
| YUV | 101.22 | 175.84 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 119 | 186 | 0.82 | 0.36 | 0 | 0.27 | 206.45 | 0.69 | 0.43 |
| Hex | 22 | 77 | BA | 52 | 24 | 0 | 1B | CE | 45 | 2B |
| Octal | 42 | 167 | 272 | 122 | 44 | 0 | 33 | 316 | 105 | 53 |
| Binary | 100010 | 1110111 | 10111010 | 1010010 | 100100 | 0 | 11011 | 11001110 | 1000101 | 101011 |
Color Harmonies of #2277BA
Complementary color
Monochromatic Colors of #2277BA
Black with #2277BA
Text Example
Text Example
White with #2277BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2277BA; }
p { color: rgb(34,119,186); }
H1.HeaderClassName
{
color: #2277BA;
}
.AnyTagClassName
{
color: #2277BA;
}
</style>
background-color css
<style>
a { background-color: #2277BA; }
a { background-color: rgb(34,119,186); }
div.DivClassName
{
background-color: #2277BA;
}
.BgClassName
{
background-color: #2277BA;
}
</style>
border-color css
<style>
span { border-color: #2277BA; }
span { border-color: rgb(34,119,186); }
td.TdClassName
{
border-color: #2277BA;
}
.TagClassName
{
border-color: #2277BA;
}
</style>