Shades of Resolution Blue #223C83
Tints of Resolution Blue #223C83
RGB
CMYK
RGB Variations
Color information
#223C83 (or 0x223C83) is known color: Resolution Blue. HEX triplet: 22, 3C and 83. RGB value is (34,60,131). Sum of RGB (Red+Green+Blue) = 34+60+131=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #223C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223C83 is #DDC37C. Grayscale: #3C3C3C. Windows color (decimal): -14533501 or 8600610. OLE color: 8600610.
HSL color Cylindrical-coordinate representation of color #223C83: hue angle of 223.92º 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 #223C83 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 60 | 131 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.49 |
| HSL | 223.92º | 0.59% | 0.32% | - |
| HSV(B) | 223.92º | 0.74% | 0.51% | - |
| XYZ | 6.37 | 5.21 | 22.14 | - |
| YUV | 60.32 | 167.89 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 131 | 0.74 | 0.54 | 0 | 0.49 | 223.92 | 0.59 | 0.32 |
| Hex | 22 | 3C | 83 | 4A | 36 | 0 | 31 | E0 | 3B | 20 |
| Octal | 42 | 74 | 203 | 112 | 66 | 0 | 61 | 340 | 73 | 40 |
| Binary | 100010 | 111100 | 10000011 | 1001010 | 110110 | 0 | 110001 | 11100000 | 111011 | 100000 |
Color Harmonies of #223C83
Complementary color
Monochromatic Colors of #223C83
Black with #223C83
Text Example
Text Example
White with #223C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C83; }
p { color: rgb(34,60,131); }
H1.HeaderClassName
{
color: #223C83;
}
.AnyTagClassName
{
color: #223C83;
}
</style>
background-color css
<style>
a { background-color: #223C83; }
a { background-color: rgb(34,60,131); }
div.DivClassName
{
background-color: #223C83;
}
.BgClassName
{
background-color: #223C83;
}
</style>
border-color css
<style>
span { border-color: #223C83; }
span { border-color: rgb(34,60,131); }
td.TdClassName
{
border-color: #223C83;
}
.TagClassName
{
border-color: #223C83;
}
</style>