Shades of Resolution Blue #223F7D
Tints of Resolution Blue #223F7D
RGB
CMYK
RGB Variations
Color information
#223F7D (or 0x223F7D) is known color: Resolution Blue. HEX triplet: 22, 3F and 7D. RGB value is (34,63,125). Sum of RGB (Red+Green+Blue) = 34+63+125=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #223F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F7D is #DDC082. Grayscale: #3D3D3D. Windows color (decimal): -14532739 or 8208162. OLE color: 8208162.
HSL color Cylindrical-coordinate representation of color #223F7D: hue angle of 220.88º 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 #223F7D is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 63 | 125 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.51 |
| HSL | 220.88º | 0.57% | 0.31% | - |
| HSV(B) | 220.88º | 0.73% | 0.49% | - |
| XYZ | 6.14 | 5.38 | 20.12 | - |
| YUV | 61.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 125 | 0.73 | 0.50 | 0 | 0.51 | 220.88 | 0.57 | 0.31 |
| Hex | 22 | 3F | 7D | 49 | 32 | 0 | 33 | DD | 39 | 1F |
| Octal | 42 | 77 | 175 | 111 | 62 | 0 | 63 | 335 | 71 | 37 |
| Binary | 100010 | 111111 | 1111101 | 1001001 | 110010 | 0 | 110011 | 11011101 | 111001 | 11111 |
Color Harmonies of #223F7D
Complementary color
Monochromatic Colors of #223F7D
Black with #223F7D
Text Example
Text Example
White with #223F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F7D; }
p { color: rgb(34,63,125); }
H1.HeaderClassName
{
color: #223F7D;
}
.AnyTagClassName
{
color: #223F7D;
}
</style>
background-color css
<style>
a { background-color: #223F7D; }
a { background-color: rgb(34,63,125); }
div.DivClassName
{
background-color: #223F7D;
}
.BgClassName
{
background-color: #223F7D;
}
</style>
border-color css
<style>
span { border-color: #223F7D; }
span { border-color: rgb(34,63,125); }
td.TdClassName
{
border-color: #223F7D;
}
.TagClassName
{
border-color: #223F7D;
}
</style>