Shades of Resolution Blue #223684
Tints of Resolution Blue #223684
RGB
CMYK
RGB Variations
Color information
#223684 (or 0x223684) is known color: Resolution Blue. HEX triplet: 22, 36 and 84. RGB value is (34,54,132). Sum of RGB (Red+Green+Blue) = 34+54+132=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #223684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223684 is #DDC97B. Grayscale: #383838. Windows color (decimal): -14535036 or 8664610. OLE color: 8664610.
HSL color Cylindrical-coordinate representation of color #223684: hue angle of 227.76º 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 #223684 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 54 | 132 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.48 |
| HSL | 227.76º | 0.59% | 0.33% | - |
| HSV(B) | 227.76º | 0.74% | 0.52% | - |
| XYZ | 6.14 | 4.64 | 22.4 | - |
| YUV | 56.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 54 | 132 | 0.74 | 0.59 | 0 | 0.48 | 227.76 | 0.59 | 0.33 |
| Hex | 22 | 36 | 84 | 4A | 3B | 0 | 30 | E4 | 3B | 21 |
| Octal | 42 | 66 | 204 | 112 | 73 | 0 | 60 | 344 | 73 | 41 |
| Binary | 100010 | 110110 | 10000100 | 1001010 | 111011 | 0 | 110000 | 11100100 | 111011 | 100001 |
Color Harmonies of #223684
Complementary color
Monochromatic Colors of #223684
Black with #223684
Text Example
Text Example
White with #223684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223684; }
p { color: rgb(34,54,132); }
H1.HeaderClassName
{
color: #223684;
}
.AnyTagClassName
{
color: #223684;
}
</style>
background-color css
<style>
a { background-color: #223684; }
a { background-color: rgb(34,54,132); }
div.DivClassName
{
background-color: #223684;
}
.BgClassName
{
background-color: #223684;
}
</style>
border-color css
<style>
span { border-color: #223684; }
span { border-color: rgb(34,54,132); }
td.TdClassName
{
border-color: #223684;
}
.TagClassName
{
border-color: #223684;
}
</style>