Shades of Resolution Blue #222F7D
Tints of Resolution Blue #222F7D
RGB
CMYK
RGB Variations
Color information
#222F7D (or 0x222F7D) is known color: Resolution Blue. HEX triplet: 22, 2F and 7D. RGB value is (34,47,125). Sum of RGB (Red+Green+Blue) = 34+47+125=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #222F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222F7D is #DDD082. Grayscale: #333333. Windows color (decimal): -14536835 or 8204066. OLE color: 8204066.
HSL color Cylindrical-coordinate representation of color #222F7D: hue angle of 231.43º 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 #222F7D is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 47 | 125 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.51 |
| HSL | 231.43º | 0.57% | 0.31% | - |
| HSV(B) | 231.43º | 0.73% | 0.49% | - |
| XYZ | 5.38 | 3.85 | 19.86 | - |
| YUV | 52.01 | 169.19 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 125 | 0.73 | 0.62 | 0 | 0.51 | 231.43 | 0.57 | 0.31 |
| Hex | 22 | 2F | 7D | 49 | 3E | 0 | 33 | E7 | 39 | 1F |
| Octal | 42 | 57 | 175 | 111 | 76 | 0 | 63 | 347 | 71 | 37 |
| Binary | 100010 | 101111 | 1111101 | 1001001 | 111110 | 0 | 110011 | 11100111 | 111001 | 11111 |
Color Harmonies of #222F7D
Complementary color
Monochromatic Colors of #222F7D
Black with #222F7D
Text Example
Text Example
White with #222F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F7D; }
p { color: rgb(34,47,125); }
H1.HeaderClassName
{
color: #222F7D;
}
.AnyTagClassName
{
color: #222F7D;
}
</style>
background-color css
<style>
a { background-color: #222F7D; }
a { background-color: rgb(34,47,125); }
div.DivClassName
{
background-color: #222F7D;
}
.BgClassName
{
background-color: #222F7D;
}
</style>
border-color css
<style>
span { border-color: #222F7D; }
span { border-color: rgb(34,47,125); }
td.TdClassName
{
border-color: #222F7D;
}
.TagClassName
{
border-color: #222F7D;
}
</style>