Shades of Resolution Blue #223D74
Tints of Resolution Blue #223D74
RGB
CMYK
RGB Variations
Color information
#223D74 (or 0x223D74) is known color: Resolution Blue. HEX triplet: 22, 3D and 74. RGB value is (34,61,116). Sum of RGB (Red+Green+Blue) = 34+61+116=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #223D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223D74 is #DDC28B. Grayscale: #3A3A3A. Windows color (decimal): -14533260 or 7617826. OLE color: 7617826.
HSL color Cylindrical-coordinate representation of color #223D74: hue angle of 220.24º 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 #223D74 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 61 | 116 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.55 |
| HSL | 220.24º | 0.55% | 0.29% | - |
| HSV(B) | 220.24º | 0.71% | 0.45% | - |
| XYZ | 5.48 | 4.94 | 17.19 | - |
| YUV | 59.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 116 | 0.71 | 0.47 | 0 | 0.55 | 220.24 | 0.55 | 0.29 |
| Hex | 22 | 3D | 74 | 47 | 2F | 0 | 37 | DC | 37 | 1D |
| Octal | 42 | 75 | 164 | 107 | 57 | 0 | 67 | 334 | 67 | 35 |
| Binary | 100010 | 111101 | 1110100 | 1000111 | 101111 | 0 | 110111 | 11011100 | 110111 | 11101 |
Color Harmonies of #223D74
Complementary color
Monochromatic Colors of #223D74
Black with #223D74
Text Example
Text Example
White with #223D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D74; }
p { color: rgb(34,61,116); }
H1.HeaderClassName
{
color: #223D74;
}
.AnyTagClassName
{
color: #223D74;
}
</style>
background-color css
<style>
a { background-color: #223D74; }
a { background-color: rgb(34,61,116); }
div.DivClassName
{
background-color: #223D74;
}
.BgClassName
{
background-color: #223D74;
}
</style>
border-color css
<style>
span { border-color: #223D74; }
span { border-color: rgb(34,61,116); }
td.TdClassName
{
border-color: #223D74;
}
.TagClassName
{
border-color: #223D74;
}
</style>