Shades of Resolution Blue #223885
Tints of Resolution Blue #223885
RGB
CMYK
RGB Variations
Color information
#223885 (or 0x223885) is known color: Resolution Blue. HEX triplet: 22, 38 and 85. RGB value is (34,56,133). Sum of RGB (Red+Green+Blue) = 34+56+133=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #223885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223885 is #DDC77A. Grayscale: #393939. Windows color (decimal): -14534523 or 8730658. OLE color: 8730658.
HSL color Cylindrical-coordinate representation of color #223885: hue angle of 226.67º 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 #223885 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 56 | 133 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.48 |
| HSL | 226.67º | 0.59% | 0.33% | - |
| HSV(B) | 226.67º | 0.74% | 0.52% | - |
| XYZ | 6.31 | 4.86 | 22.8 | - |
| YUV | 58.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 56 | 133 | 0.74 | 0.58 | 0 | 0.48 | 226.67 | 0.59 | 0.33 |
| Hex | 22 | 38 | 85 | 4A | 3A | 0 | 30 | E3 | 3B | 21 |
| Octal | 42 | 70 | 205 | 112 | 72 | 0 | 60 | 343 | 73 | 41 |
| Binary | 100010 | 111000 | 10000101 | 1001010 | 111010 | 0 | 110000 | 11100011 | 111011 | 100001 |
Color Harmonies of #223885
Complementary color
Monochromatic Colors of #223885
Black with #223885
Text Example
Text Example
White with #223885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223885; }
p { color: rgb(34,56,133); }
H1.HeaderClassName
{
color: #223885;
}
.AnyTagClassName
{
color: #223885;
}
</style>
background-color css
<style>
a { background-color: #223885; }
a { background-color: rgb(34,56,133); }
div.DivClassName
{
background-color: #223885;
}
.BgClassName
{
background-color: #223885;
}
</style>
border-color css
<style>
span { border-color: #223885; }
span { border-color: rgb(34,56,133); }
td.TdClassName
{
border-color: #223885;
}
.TagClassName
{
border-color: #223885;
}
</style>