Shades of Resolution Blue #223E83
Tints of Resolution Blue #223E83
RGB
CMYK
RGB Variations
Color information
#223E83 (or 0x223E83) is known color: Resolution Blue. HEX triplet: 22, 3E and 83. RGB value is (34,62,131). Sum of RGB (Red+Green+Blue) = 34+62+131=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #223E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223E83 is #DDC17C. Grayscale: #3D3D3D. Windows color (decimal): -14532989 or 8601122. OLE color: 8601122.
HSL color Cylindrical-coordinate representation of color #223E83: hue angle of 222.68º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #223E83 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 62 | 131 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.49 |
| HSL | 222.68º | 0.59% | 0.32% | - |
| HSV(B) | 222.68º | 0.74% | 0.51% | - |
| XYZ | 6.48 | 5.42 | 22.18 | - |
| YUV | 61.49 | 167.22 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 131 | 0.74 | 0.53 | 0 | 0.49 | 222.68 | 0.59 | 0.32 |
| Hex | 22 | 3E | 83 | 4A | 35 | 0 | 31 | DF | 3B | 20 |
| Octal | 42 | 76 | 203 | 112 | 65 | 0 | 61 | 337 | 73 | 40 |
| Binary | 100010 | 111110 | 10000011 | 1001010 | 110101 | 0 | 110001 | 11011111 | 111011 | 100000 |
Color Harmonies of #223E83
Complementary color
Monochromatic Colors of #223E83
Black with #223E83
Text Example
Text Example
White with #223E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223E83; }
p { color: rgb(34,62,131); }
H1.HeaderClassName
{
color: #223E83;
}
.AnyTagClassName
{
color: #223E83;
}
</style>
background-color css
<style>
a { background-color: #223E83; }
a { background-color: rgb(34,62,131); }
div.DivClassName
{
background-color: #223E83;
}
.BgClassName
{
background-color: #223E83;
}
</style>
border-color css
<style>
span { border-color: #223E83; }
span { border-color: rgb(34,62,131); }
td.TdClassName
{
border-color: #223E83;
}
.TagClassName
{
border-color: #223E83;
}
</style>