Shades of Resolution Blue #223E7C
Tints of Resolution Blue #223E7C
RGB
CMYK
RGB Variations
Color information
#223E7C (or 0x223E7C) is known color: Resolution Blue. HEX triplet: 22, 3E and 7C. RGB value is (34,62,124). Sum of RGB (Red+Green+Blue) = 34+62+124=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #223E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223E7C is #DDC183. Grayscale: #3C3C3C. Windows color (decimal): -14532996 or 8142370. OLE color: 8142370.
HSL color Cylindrical-coordinate representation of color #223E7C: hue angle of 221.33º 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 #223E7C is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 62 | 124 | - |
| CMYK | 0.73 | 0.5 | 0 | 0.51 |
| HSL | 221.33º | 0.57% | 0.31% | - |
| HSV(B) | 221.33º | 0.73% | 0.49% | - |
| XYZ | 6.02 | 5.24 | 19.76 | - |
| YUV | 60.7 | 163.72 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 124 | 0.73 | 0.5 | 0 | 0.51 | 221.33 | 0.57 | 0.31 |
| Hex | 22 | 3E | 7C | 49 | 32 | 0 | 33 | DD | 39 | 1F |
| Octal | 42 | 76 | 174 | 111 | 62 | 0 | 63 | 335 | 71 | 37 |
| Binary | 100010 | 111110 | 1111100 | 1001001 | 110010 | 0 | 110011 | 11011101 | 111001 | 11111 |
Color Harmonies of #223E7C
Complementary color
Monochromatic Colors of #223E7C
Black with #223E7C
Text Example
Text Example
White with #223E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223E7C; }
p { color: rgb(34,62,124); }
H1.HeaderClassName
{
color: #223E7C;
}
.AnyTagClassName
{
color: #223E7C;
}
</style>
background-color css
<style>
a { background-color: #223E7C; }
a { background-color: rgb(34,62,124); }
div.DivClassName
{
background-color: #223E7C;
}
.BgClassName
{
background-color: #223E7C;
}
</style>
border-color css
<style>
span { border-color: #223E7C; }
span { border-color: rgb(34,62,124); }
td.TdClassName
{
border-color: #223E7C;
}
.TagClassName
{
border-color: #223E7C;
}
</style>