Shades of Resolution Blue #223084
Tints of Resolution Blue #223084
RGB
CMYK
RGB Variations
Color information
#223084 (or 0x223084) is known color: Resolution Blue. HEX triplet: 22, 30 and 84. RGB value is (34,48,132). Sum of RGB (Red+Green+Blue) = 34+48+132=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #223084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223084 is #DDCF7B. Grayscale: #353535. Windows color (decimal): -14536572 or 8663074. OLE color: 8663074.
HSL color Cylindrical-coordinate representation of color #223084: hue angle of 231.43º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #223084 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 48 | 132 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.48 |
| HSL | 231.43º | 0.59% | 0.33% | - |
| HSV(B) | 231.43º | 0.74% | 0.52% | - |
| XYZ | 5.88 | 4.12 | 22.32 | - |
| YUV | 53.39 | 172.36 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 48 | 132 | 0.74 | 0.64 | 0 | 0.48 | 231.43 | 0.59 | 0.33 |
| Hex | 22 | 30 | 84 | 4A | 40 | 0 | 30 | E7 | 3B | 21 |
| Octal | 42 | 60 | 204 | 112 | 100 | 0 | 60 | 347 | 73 | 41 |
| Binary | 100010 | 110000 | 10000100 | 1001010 | 1000000 | 0 | 110000 | 11100111 | 111011 | 100001 |
Color Harmonies of #223084
Complementary color
Monochromatic Colors of #223084
Black with #223084
Text Example
Text Example
White with #223084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223084; }
p { color: rgb(34,48,132); }
H1.HeaderClassName
{
color: #223084;
}
.AnyTagClassName
{
color: #223084;
}
</style>
background-color css
<style>
a { background-color: #223084; }
a { background-color: rgb(34,48,132); }
div.DivClassName
{
background-color: #223084;
}
.BgClassName
{
background-color: #223084;
}
</style>
border-color css
<style>
span { border-color: #223084; }
span { border-color: rgb(34,48,132); }
td.TdClassName
{
border-color: #223084;
}
.TagClassName
{
border-color: #223084;
}
</style>