Shades of Resolution Blue #223973
Tints of Resolution Blue #223973
RGB
CMYK
RGB Variations
Color information
#223973 (or 0x223973) is known color: Resolution Blue. HEX triplet: 22, 39 and 73. RGB value is (34,57,115). Sum of RGB (Red+Green+Blue) = 34+57+115=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #223973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223973 is #DDC68C. Grayscale: #383838. Windows color (decimal): -14534285 or 7551266. OLE color: 7551266.
HSL color Cylindrical-coordinate representation of color #223973: hue angle of 222.96º 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 #223973 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 57 | 115 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.55 |
| HSL | 222.96º | 0.54% | 0.29% | - |
| HSV(B) | 222.96º | 0.7% | 0.45% | - |
| XYZ | 5.22 | 4.5 | 16.81 | - |
| YUV | 56.74 | 160.88 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 115 | 0.70 | 0.50 | 0 | 0.55 | 222.96 | 0.54 | 0.29 |
| Hex | 22 | 39 | 73 | 46 | 32 | 0 | 37 | DF | 36 | 1D |
| Octal | 42 | 71 | 163 | 106 | 62 | 0 | 67 | 337 | 66 | 35 |
| Binary | 100010 | 111001 | 1110011 | 1000110 | 110010 | 0 | 110111 | 11011111 | 110110 | 11101 |
Color Harmonies of #223973
Complementary color
Monochromatic Colors of #223973
Black with #223973
Text Example
Text Example
White with #223973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223973; }
p { color: rgb(34,57,115); }
H1.HeaderClassName
{
color: #223973;
}
.AnyTagClassName
{
color: #223973;
}
</style>
background-color css
<style>
a { background-color: #223973; }
a { background-color: rgb(34,57,115); }
div.DivClassName
{
background-color: #223973;
}
.BgClassName
{
background-color: #223973;
}
</style>
border-color css
<style>
span { border-color: #223973; }
span { border-color: rgb(34,57,115); }
td.TdClassName
{
border-color: #223973;
}
.TagClassName
{
border-color: #223973;
}
</style>