Shades of Resolution Blue #223374
Tints of Resolution Blue #223374
RGB
CMYK
RGB Variations
Color information
#223374 (or 0x223374) is known color: Resolution Blue. HEX triplet: 22, 33 and 74. RGB value is (34,51,116). Sum of RGB (Red+Green+Blue) = 34+51+116=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #223374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223374 is #DDCC8B. Grayscale: #353535. Windows color (decimal): -14535820 or 7615266. OLE color: 7615266.
HSL color Cylindrical-coordinate representation of color #223374: hue angle of 227.56º 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 #223374 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 51 | 116 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.55 |
| HSL | 227.56º | 0.55% | 0.29% | - |
| HSV(B) | 227.56º | 0.71% | 0.45% | - |
| XYZ | 5 | 3.97 | 17.03 | - |
| YUV | 53.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 51 | 116 | 0.71 | 0.56 | 0 | 0.55 | 227.56 | 0.55 | 0.29 |
| Hex | 22 | 33 | 74 | 47 | 38 | 0 | 37 | E4 | 37 | 1D |
| Octal | 42 | 63 | 164 | 107 | 70 | 0 | 67 | 344 | 67 | 35 |
| Binary | 100010 | 110011 | 1110100 | 1000111 | 111000 | 0 | 110111 | 11100100 | 110111 | 11101 |
Color Harmonies of #223374
Complementary color
Monochromatic Colors of #223374
Black with #223374
Text Example
Text Example
White with #223374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223374; }
p { color: rgb(34,51,116); }
H1.HeaderClassName
{
color: #223374;
}
.AnyTagClassName
{
color: #223374;
}
</style>
background-color css
<style>
a { background-color: #223374; }
a { background-color: rgb(34,51,116); }
div.DivClassName
{
background-color: #223374;
}
.BgClassName
{
background-color: #223374;
}
</style>
border-color css
<style>
span { border-color: #223374; }
span { border-color: rgb(34,51,116); }
td.TdClassName
{
border-color: #223374;
}
.TagClassName
{
border-color: #223374;
}
</style>