Shades of Resolution Blue #223483
Tints of Resolution Blue #223483
RGB
CMYK
RGB Variations
Color information
#223483 (or 0x223483) is known color: Resolution Blue. HEX triplet: 22, 34 and 83. RGB value is (34,52,131). Sum of RGB (Red+Green+Blue) = 34+52+131=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #223483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223483 is #DDCB7C. Grayscale: #373737. Windows color (decimal): -14535549 or 8598562. OLE color: 8598562.
HSL color Cylindrical-coordinate representation of color #223483: hue angle of 228.87º 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 #223483 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 52 | 131 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.49 |
| HSL | 228.87º | 0.59% | 0.32% | - |
| HSV(B) | 228.87º | 0.74% | 0.51% | - |
| XYZ | 5.98 | 4.43 | 22.01 | - |
| YUV | 55.62 | 170.54 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 131 | 0.74 | 0.60 | 0 | 0.49 | 228.87 | 0.59 | 0.32 |
| Hex | 22 | 34 | 83 | 4A | 3C | 0 | 31 | E5 | 3B | 20 |
| Octal | 42 | 64 | 203 | 112 | 74 | 0 | 61 | 345 | 73 | 40 |
| Binary | 100010 | 110100 | 10000011 | 1001010 | 111100 | 0 | 110001 | 11100101 | 111011 | 100000 |
Color Harmonies of #223483
Complementary color
Monochromatic Colors of #223483
Black with #223483
Text Example
Text Example
White with #223483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223483; }
p { color: rgb(34,52,131); }
H1.HeaderClassName
{
color: #223483;
}
.AnyTagClassName
{
color: #223483;
}
</style>
background-color css
<style>
a { background-color: #223483; }
a { background-color: rgb(34,52,131); }
div.DivClassName
{
background-color: #223483;
}
.BgClassName
{
background-color: #223483;
}
</style>
border-color css
<style>
span { border-color: #223483; }
span { border-color: rgb(34,52,131); }
td.TdClassName
{
border-color: #223483;
}
.TagClassName
{
border-color: #223483;
}
</style>