Shades of Resolution Blue #223982
Tints of Resolution Blue #223982
RGB
CMYK
RGB Variations
Color information
#223982 (or 0x223982) is known color: Resolution Blue. HEX triplet: 22, 39 and 82. RGB value is (34,57,130). Sum of RGB (Red+Green+Blue) = 34+57+130=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #223982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223982 is #DDC67D. Grayscale: #3A3A3A. Windows color (decimal): -14534270 or 8534306. OLE color: 8534306.
HSL color Cylindrical-coordinate representation of color #223982: hue angle of 225.62º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #223982 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 57 | 130 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.49 |
| HSL | 225.63º | 0.59% | 0.32% | - |
| HSV(B) | 225.63º | 0.74% | 0.51% | - |
| XYZ | 6.15 | 4.88 | 21.74 | - |
| YUV | 58.45 | 168.38 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 130 | 0.74 | 0.56 | 0 | 0.49 | 225.63 | 0.59 | 0.32 |
| Hex | 22 | 39 | 82 | 4A | 38 | 0 | 31 | E2 | 3B | 20 |
| Octal | 42 | 71 | 202 | 112 | 70 | 0 | 61 | 342 | 73 | 40 |
| Binary | 100010 | 111001 | 10000010 | 1001010 | 111000 | 0 | 110001 | 11100010 | 111011 | 100000 |
Color Harmonies of #223982
Complementary color
Monochromatic Colors of #223982
Black with #223982
Text Example
Text Example
White with #223982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223982; }
p { color: rgb(34,57,130); }
H1.HeaderClassName
{
color: #223982;
}
.AnyTagClassName
{
color: #223982;
}
</style>
background-color css
<style>
a { background-color: #223982; }
a { background-color: rgb(34,57,130); }
div.DivClassName
{
background-color: #223982;
}
.BgClassName
{
background-color: #223982;
}
</style>
border-color css
<style>
span { border-color: #223982; }
span { border-color: rgb(34,57,130); }
td.TdClassName
{
border-color: #223982;
}
.TagClassName
{
border-color: #223982;
}
</style>