Shades of Resolution Blue #222F8C
Tints of Resolution Blue #222F8C
RGB
CMYK
RGB Variations
Color information
#222F8C (or 0x222F8C) is known color: Resolution Blue. HEX triplet: 22, 2F and 8C. RGB value is (34,47,140). Sum of RGB (Red+Green+Blue) = 34+47+140=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #222F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222F8C is #DDD073. Grayscale: #353535. Windows color (decimal): -14536820 or 9187106. OLE color: 9187106.
HSL color Cylindrical-coordinate representation of color #222F8C: hue angle of 232.64º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #222F8C is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 47 | 140 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.45 |
| HSL | 232.64º | 0.61% | 0.34% | - |
| HSV(B) | 232.64º | 0.76% | 0.55% | - |
| XYZ | 6.41 | 4.27 | 25.3 | - |
| YUV | 53.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 140 | 0.76 | 0.66 | 0 | 0.45 | 232.64 | 0.61 | 0.34 |
| Hex | 22 | 2F | 8C | 4C | 42 | 0 | 2D | E9 | 3D | 22 |
| Octal | 42 | 57 | 214 | 114 | 102 | 0 | 55 | 351 | 75 | 42 |
| Binary | 100010 | 101111 | 10001100 | 1001100 | 1000010 | 0 | 101101 | 11101001 | 111101 | 100010 |
Color Harmonies of #222F8C
Complementary color
Monochromatic Colors of #222F8C
Black with #222F8C
Text Example
Text Example
White with #222F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F8C; }
p { color: rgb(34,47,140); }
H1.HeaderClassName
{
color: #222F8C;
}
.AnyTagClassName
{
color: #222F8C;
}
</style>
background-color css
<style>
a { background-color: #222F8C; }
a { background-color: rgb(34,47,140); }
div.DivClassName
{
background-color: #222F8C;
}
.BgClassName
{
background-color: #222F8C;
}
</style>
border-color css
<style>
span { border-color: #222F8C; }
span { border-color: rgb(34,47,140); }
td.TdClassName
{
border-color: #222F8C;
}
.TagClassName
{
border-color: #222F8C;
}
</style>