Shades of Resolution Blue #223474
Tints of Resolution Blue #223474
RGB
CMYK
RGB Variations
Color information
#223474 (or 0x223474) is known color: Resolution Blue. HEX triplet: 22, 34 and 74. RGB value is (34,52,116). Sum of RGB (Red+Green+Blue) = 34+52+116=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #223474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223474 is #DDCB8B. Grayscale: #353535. Windows color (decimal): -14535564 or 7615522. OLE color: 7615522.
HSL color Cylindrical-coordinate representation of color #223474: hue angle of 226.83º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #223474 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 52 | 116 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.55 |
| HSL | 226.83º | 0.55% | 0.29% | - |
| HSV(B) | 226.83º | 0.71% | 0.45% | - |
| XYZ | 5.04 | 4.06 | 17.04 | - |
| YUV | 53.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 116 | 0.71 | 0.55 | 0 | 0.55 | 226.83 | 0.55 | 0.29 |
| Hex | 22 | 34 | 74 | 47 | 37 | 0 | 37 | E3 | 37 | 1D |
| Octal | 42 | 64 | 164 | 107 | 67 | 0 | 67 | 343 | 67 | 35 |
| Binary | 100010 | 110100 | 1110100 | 1000111 | 110111 | 0 | 110111 | 11100011 | 110111 | 11101 |
Color Harmonies of #223474
Complementary color
Monochromatic Colors of #223474
Black with #223474
Text Example
Text Example
White with #223474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223474; }
p { color: rgb(34,52,116); }
H1.HeaderClassName
{
color: #223474;
}
.AnyTagClassName
{
color: #223474;
}
</style>
background-color css
<style>
a { background-color: #223474; }
a { background-color: rgb(34,52,116); }
div.DivClassName
{
background-color: #223474;
}
.BgClassName
{
background-color: #223474;
}
</style>
border-color css
<style>
span { border-color: #223474; }
span { border-color: rgb(34,52,116); }
td.TdClassName
{
border-color: #223474;
}
.TagClassName
{
border-color: #223474;
}
</style>