Shades of Resolution Blue #223F7F
Tints of Resolution Blue #223F7F
RGB
CMYK
RGB Variations
Color information
#223F7F (or 0x223F7F) is known color: Resolution Blue. HEX triplet: 22, 3F and 7F. RGB value is (34,63,127). Sum of RGB (Red+Green+Blue) = 34+63+127=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #223F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F7F is #DDC080. Grayscale: #3D3D3D. Windows color (decimal): -14532737 or 8339234. OLE color: 8339234.
HSL color Cylindrical-coordinate representation of color #223F7F: hue angle of 221.29º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #223F7F is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 63 | 127 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.50 |
| HSL | 221.29º | 0.58% | 0.32% | - |
| HSV(B) | 221.29º | 0.73% | 0.5% | - |
| XYZ | 6.27 | 5.43 | 20.8 | - |
| YUV | 61.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 127 | 0.73 | 0.50 | 0 | 0.50 | 221.29 | 0.58 | 0.32 |
| Hex | 22 | 3F | 7F | 49 | 32 | 0 | 32 | DD | 3A | 20 |
| Octal | 42 | 77 | 177 | 111 | 62 | 0 | 62 | 335 | 72 | 40 |
| Binary | 100010 | 111111 | 1111111 | 1001001 | 110010 | 0 | 110010 | 11011101 | 111010 | 100000 |
Color Harmonies of #223F7F
Complementary color
Monochromatic Colors of #223F7F
Black with #223F7F
Text Example
Text Example
White with #223F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F7F; }
p { color: rgb(34,63,127); }
H1.HeaderClassName
{
color: #223F7F;
}
.AnyTagClassName
{
color: #223F7F;
}
</style>
background-color css
<style>
a { background-color: #223F7F; }
a { background-color: rgb(34,63,127); }
div.DivClassName
{
background-color: #223F7F;
}
.BgClassName
{
background-color: #223F7F;
}
</style>
border-color css
<style>
span { border-color: #223F7F; }
span { border-color: rgb(34,63,127); }
td.TdClassName
{
border-color: #223F7F;
}
.TagClassName
{
border-color: #223F7F;
}
</style>