Shades of Resolution Blue #223F7C
Tints of Resolution Blue #223F7C
RGB
CMYK
RGB Variations
Color information
#223F7C (or 0x223F7C) is known color: Resolution Blue. HEX triplet: 22, 3F and 7C. RGB value is (34,63,124). Sum of RGB (Red+Green+Blue) = 34+63+124=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #223F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F7C is #DDC083. Grayscale: #3D3D3D. Windows color (decimal): -14532740 or 8142626. OLE color: 8142626.
HSL color Cylindrical-coordinate representation of color #223F7C: hue angle of 220.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #223F7C is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 63 | 124 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.51 |
| HSL | 220.67º | 0.57% | 0.31% | - |
| HSV(B) | 220.67º | 0.73% | 0.49% | - |
| XYZ | 6.08 | 5.35 | 19.78 | - |
| YUV | 61.28 | 163.39 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 124 | 0.73 | 0.49 | 0 | 0.51 | 220.67 | 0.57 | 0.31 |
| Hex | 22 | 3F | 7C | 49 | 31 | 0 | 33 | DD | 39 | 1F |
| Octal | 42 | 77 | 174 | 111 | 61 | 0 | 63 | 335 | 71 | 37 |
| Binary | 100010 | 111111 | 1111100 | 1001001 | 110001 | 0 | 110011 | 11011101 | 111001 | 11111 |
Color Harmonies of #223F7C
Complementary color
Monochromatic Colors of #223F7C
Black with #223F7C
Text Example
Text Example
White with #223F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F7C; }
p { color: rgb(34,63,124); }
H1.HeaderClassName
{
color: #223F7C;
}
.AnyTagClassName
{
color: #223F7C;
}
</style>
background-color css
<style>
a { background-color: #223F7C; }
a { background-color: rgb(34,63,124); }
div.DivClassName
{
background-color: #223F7C;
}
.BgClassName
{
background-color: #223F7C;
}
</style>
border-color css
<style>
span { border-color: #223F7C; }
span { border-color: rgb(34,63,124); }
td.TdClassName
{
border-color: #223F7C;
}
.TagClassName
{
border-color: #223F7C;
}
</style>