Shades of Resolution Blue #223072
Tints of Resolution Blue #223072
RGB
CMYK
RGB Variations
Color information
#223072 (or 0x223072) is known color: Resolution Blue. HEX triplet: 22, 30 and 72. RGB value is (34,48,114). Sum of RGB (Red+Green+Blue) = 34+48+114=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #223072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223072 is #DDCF8D. Grayscale: #333333. Windows color (decimal): -14536590 or 7483426. OLE color: 7483426.
HSL color Cylindrical-coordinate representation of color #223072: hue angle of 229.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #223072 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 48 | 114 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.55 |
| HSL | 229.5º | 0.54% | 0.29% | - |
| HSV(B) | 229.5º | 0.7% | 0.45% | - |
| XYZ | 4.75 | 3.67 | 16.38 | - |
| YUV | 51.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 48 | 114 | 0.70 | 0.58 | 0 | 0.55 | 229.5 | 0.54 | 0.29 |
| Hex | 22 | 30 | 72 | 46 | 3A | 0 | 37 | E6 | 36 | 1D |
| Octal | 42 | 60 | 162 | 106 | 72 | 0 | 67 | 346 | 66 | 35 |
| Binary | 100010 | 110000 | 1110010 | 1000110 | 111010 | 0 | 110111 | 11100110 | 110110 | 11101 |
Color Harmonies of #223072
Complementary color
Monochromatic Colors of #223072
Black with #223072
Text Example
Text Example
White with #223072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223072; }
p { color: rgb(34,48,114); }
H1.HeaderClassName
{
color: #223072;
}
.AnyTagClassName
{
color: #223072;
}
</style>
background-color css
<style>
a { background-color: #223072; }
a { background-color: rgb(34,48,114); }
div.DivClassName
{
background-color: #223072;
}
.BgClassName
{
background-color: #223072;
}
</style>
border-color css
<style>
span { border-color: #223072; }
span { border-color: rgb(34,48,114); }
td.TdClassName
{
border-color: #223072;
}
.TagClassName
{
border-color: #223072;
}
</style>