Shades of Resolution Blue #223F85
Tints of Resolution Blue #223F85
RGB
CMYK
RGB Variations
Color information
#223F85 (or 0x223F85) is known color: Resolution Blue. HEX triplet: 22, 3F and 85. RGB value is (34,63,133). Sum of RGB (Red+Green+Blue) = 34+63+133=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #223F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223F85 is #DDC07A. Grayscale: #3D3D3D. Windows color (decimal): -14532731 or 8732450. OLE color: 8732450.
HSL color Cylindrical-coordinate representation of color #223F85: hue angle of 222.42º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #223F85 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 63 | 133 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.48 |
| HSL | 222.42º | 0.59% | 0.33% | - |
| HSV(B) | 222.42º | 0.74% | 0.52% | - |
| XYZ | 6.67 | 5.59 | 22.92 | - |
| YUV | 62.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 133 | 0.74 | 0.53 | 0 | 0.48 | 222.42 | 0.59 | 0.33 |
| Hex | 22 | 3F | 85 | 4A | 35 | 0 | 30 | DE | 3B | 21 |
| Octal | 42 | 77 | 205 | 112 | 65 | 0 | 60 | 336 | 73 | 41 |
| Binary | 100010 | 111111 | 10000101 | 1001010 | 110101 | 0 | 110000 | 11011110 | 111011 | 100001 |
Color Harmonies of #223F85
Complementary color
Monochromatic Colors of #223F85
Black with #223F85
Text Example
Text Example
White with #223F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F85; }
p { color: rgb(34,63,133); }
H1.HeaderClassName
{
color: #223F85;
}
.AnyTagClassName
{
color: #223F85;
}
</style>
background-color css
<style>
a { background-color: #223F85; }
a { background-color: rgb(34,63,133); }
div.DivClassName
{
background-color: #223F85;
}
.BgClassName
{
background-color: #223F85;
}
</style>
border-color css
<style>
span { border-color: #223F85; }
span { border-color: rgb(34,63,133); }
td.TdClassName
{
border-color: #223F85;
}
.TagClassName
{
border-color: #223F85;
}
</style>