Shades of Resolution Blue #223F70
Tints of Resolution Blue #223F70
RGB
CMYK
RGB Variations
Color information
#223F70 (or 0x223F70) is known color: Resolution Blue. HEX triplet: 22, 3F and 70. RGB value is (34,63,112). Sum of RGB (Red+Green+Blue) = 34+63+112=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #223F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F70 is #DDC08F. Grayscale: #3B3B3B. Windows color (decimal): -14532752 or 7356194. OLE color: 7356194.
HSL color Cylindrical-coordinate representation of color #223F70: hue angle of 217.69º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #223F70 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 63 | 112 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.56 |
| HSL | 217.69º | 0.53% | 0.29% | - |
| HSV(B) | 217.69º | 0.7% | 0.44% | - |
| XYZ | 5.36 | 5.06 | 16.02 | - |
| YUV | 59.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 112 | 0.70 | 0.44 | 0 | 0.56 | 217.69 | 0.53 | 0.29 |
| Hex | 22 | 3F | 70 | 46 | 2C | 0 | 38 | DA | 35 | 1D |
| Octal | 42 | 77 | 160 | 106 | 54 | 0 | 70 | 332 | 65 | 35 |
| Binary | 100010 | 111111 | 1110000 | 1000110 | 101100 | 0 | 111000 | 11011010 | 110101 | 11101 |
Color Harmonies of #223F70
Complementary color
Monochromatic Colors of #223F70
Black with #223F70
Text Example
Text Example
White with #223F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F70; }
p { color: rgb(34,63,112); }
H1.HeaderClassName
{
color: #223F70;
}
.AnyTagClassName
{
color: #223F70;
}
</style>
background-color css
<style>
a { background-color: #223F70; }
a { background-color: rgb(34,63,112); }
div.DivClassName
{
background-color: #223F70;
}
.BgClassName
{
background-color: #223F70;
}
</style>
border-color css
<style>
span { border-color: #223F70; }
span { border-color: rgb(34,63,112); }
td.TdClassName
{
border-color: #223F70;
}
.TagClassName
{
border-color: #223F70;
}
</style>