Shades of Denim #2273BE
Tints of Denim #2273BE
RGB
CMYK
RGB Variations
Color information
#2273BE (or 0x2273BE) is known color: Denim. HEX triplet: 22, 73 and BE. RGB value is (34,115,190). Sum of RGB (Red+Green+Blue) = 34+115+190=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #2273BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2273BE is #DD8C41. Grayscale: #626262. Windows color (decimal): -14519362 or 12481314. OLE color: 12481314.
HSL color Cylindrical-coordinate representation of color #2273BE: hue angle of 208.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2273BE is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 115 | 190 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.25 |
| HSL | 208.85º | 0.7% | 0.44% | - |
| HSV(B) | 208.85º | 0.82% | 0.75% | - |
| XYZ | 16.08 | 16.32 | 51.02 | - |
| YUV | 99.33 | 179.16 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 115 | 190 | 0.82 | 0.39 | 0 | 0.25 | 208.85 | 0.7 | 0.44 |
| Hex | 22 | 73 | BE | 52 | 27 | 0 | 19 | D1 | 46 | 2C |
| Octal | 42 | 163 | 276 | 122 | 47 | 0 | 31 | 321 | 106 | 54 |
| Binary | 100010 | 1110011 | 10111110 | 1010010 | 100111 | 0 | 11001 | 11010001 | 1000110 | 101100 |
Color Harmonies of #2273BE
Complementary color
Monochromatic Colors of #2273BE
Black with #2273BE
Text Example
Text Example
White with #2273BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2273BE; }
p { color: rgb(34,115,190); }
H1.HeaderClassName
{
color: #2273BE;
}
.AnyTagClassName
{
color: #2273BE;
}
</style>
background-color css
<style>
a { background-color: #2273BE; }
a { background-color: rgb(34,115,190); }
div.DivClassName
{
background-color: #2273BE;
}
.BgClassName
{
background-color: #2273BE;
}
</style>
border-color css
<style>
span { border-color: #2273BE; }
span { border-color: rgb(34,115,190); }
td.TdClassName
{
border-color: #2273BE;
}
.TagClassName
{
border-color: #2273BE;
}
</style>