Shades of Denim #2277BD
Tints of Denim #2277BD
RGB
CMYK
RGB Variations
Color information
#2277BD (or 0x2277BD) is known color: Denim. HEX triplet: 22, 77 and BD. RGB value is (34,119,189). Sum of RGB (Red+Green+Blue) = 34+119+189=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #2277BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2277BD is #DD8842. Grayscale: #656565. Windows color (decimal): -14518339 or 12416802. OLE color: 12416802.
HSL color Cylindrical-coordinate representation of color #2277BD: hue angle of 207.1º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2277BD is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 119 | 189 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.26 |
| HSL | 207.1º | 0.7% | 0.44% | - |
| HSV(B) | 207.1º | 0.82% | 0.74% | - |
| XYZ | 16.44 | 17.21 | 50.6 | - |
| YUV | 101.57 | 177.34 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 119 | 189 | 0.82 | 0.37 | 0 | 0.26 | 207.1 | 0.7 | 0.44 |
| Hex | 22 | 77 | BD | 52 | 25 | 0 | 1A | CF | 46 | 2C |
| Octal | 42 | 167 | 275 | 122 | 45 | 0 | 32 | 317 | 106 | 54 |
| Binary | 100010 | 1110111 | 10111101 | 1010010 | 100101 | 0 | 11010 | 11001111 | 1000110 | 101100 |
Color Harmonies of #2277BD
Complementary color
Monochromatic Colors of #2277BD
Black with #2277BD
Text Example
Text Example
White with #2277BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2277BD; }
p { color: rgb(34,119,189); }
H1.HeaderClassName
{
color: #2277BD;
}
.AnyTagClassName
{
color: #2277BD;
}
</style>
background-color css
<style>
a { background-color: #2277BD; }
a { background-color: rgb(34,119,189); }
div.DivClassName
{
background-color: #2277BD;
}
.BgClassName
{
background-color: #2277BD;
}
</style>
border-color css
<style>
span { border-color: #2277BD; }
span { border-color: rgb(34,119,189); }
td.TdClassName
{
border-color: #2277BD;
}
.TagClassName
{
border-color: #2277BD;
}
</style>