Shades of Resolution Blue #223083
Tints of Resolution Blue #223083
RGB
CMYK
RGB Variations
Color information
#223083 (or 0x223083) is known color: Resolution Blue. HEX triplet: 22, 30 and 83. RGB value is (34,48,131). Sum of RGB (Red+Green+Blue) = 34+48+131=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #223083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223083 is #DDCF7C. Grayscale: #343434. Windows color (decimal): -14536573 or 8597538. OLE color: 8597538.
HSL color Cylindrical-coordinate representation of color #223083: hue angle of 231.34º 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 #223083 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 48 | 131 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.49 |
| HSL | 231.34º | 0.59% | 0.32% | - |
| HSV(B) | 231.34º | 0.74% | 0.51% | - |
| XYZ | 5.81 | 4.09 | 21.96 | - |
| YUV | 53.28 | 171.86 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 48 | 131 | 0.74 | 0.63 | 0 | 0.49 | 231.34 | 0.59 | 0.32 |
| Hex | 22 | 30 | 83 | 4A | 3F | 0 | 31 | E7 | 3B | 20 |
| Octal | 42 | 60 | 203 | 112 | 77 | 0 | 61 | 347 | 73 | 40 |
| Binary | 100010 | 110000 | 10000011 | 1001010 | 111111 | 0 | 110001 | 11100111 | 111011 | 100000 |
Color Harmonies of #223083
Complementary color
Monochromatic Colors of #223083
Black with #223083
Text Example
Text Example
White with #223083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223083; }
p { color: rgb(34,48,131); }
H1.HeaderClassName
{
color: #223083;
}
.AnyTagClassName
{
color: #223083;
}
</style>
background-color css
<style>
a { background-color: #223083; }
a { background-color: rgb(34,48,131); }
div.DivClassName
{
background-color: #223083;
}
.BgClassName
{
background-color: #223083;
}
</style>
border-color css
<style>
span { border-color: #223083; }
span { border-color: rgb(34,48,131); }
td.TdClassName
{
border-color: #223083;
}
.TagClassName
{
border-color: #223083;
}
</style>