Shades of Resolution Blue #223C85
Tints of Resolution Blue #223C85
RGB
CMYK
RGB Variations
Color information
#223C85 (or 0x223C85) is known color: Resolution Blue. HEX triplet: 22, 3C and 85. RGB value is (34,60,133). Sum of RGB (Red+Green+Blue) = 34+60+133=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #223C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223C85 is #DDC37A. Grayscale: #3C3C3C. Windows color (decimal): -14533499 or 8731682. OLE color: 8731682.
HSL color Cylindrical-coordinate representation of color #223C85: hue angle of 224.24º 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 #223C85 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 60 | 133 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.48 |
| HSL | 224.24º | 0.59% | 0.33% | - |
| HSV(B) | 224.24º | 0.74% | 0.52% | - |
| XYZ | 6.51 | 5.27 | 22.86 | - |
| YUV | 60.55 | 168.89 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 133 | 0.74 | 0.55 | 0 | 0.48 | 224.24 | 0.59 | 0.33 |
| Hex | 22 | 3C | 85 | 4A | 37 | 0 | 30 | E0 | 3B | 21 |
| Octal | 42 | 74 | 205 | 112 | 67 | 0 | 60 | 340 | 73 | 41 |
| Binary | 100010 | 111100 | 10000101 | 1001010 | 110111 | 0 | 110000 | 11100000 | 111011 | 100001 |
Color Harmonies of #223C85
Complementary color
Monochromatic Colors of #223C85
Black with #223C85
Text Example
Text Example
White with #223C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C85; }
p { color: rgb(34,60,133); }
H1.HeaderClassName
{
color: #223C85;
}
.AnyTagClassName
{
color: #223C85;
}
</style>
background-color css
<style>
a { background-color: #223C85; }
a { background-color: rgb(34,60,133); }
div.DivClassName
{
background-color: #223C85;
}
.BgClassName
{
background-color: #223C85;
}
</style>
border-color css
<style>
span { border-color: #223C85; }
span { border-color: rgb(34,60,133); }
td.TdClassName
{
border-color: #223C85;
}
.TagClassName
{
border-color: #223C85;
}
</style>