Shades of Resolution Blue #223287
Tints of Resolution Blue #223287
RGB
CMYK
RGB Variations
Color information
#223287 (or 0x223287) is known color: Resolution Blue. HEX triplet: 22, 32 and 87. RGB value is (34,50,135). Sum of RGB (Red+Green+Blue) = 34+50+135=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #223287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223287 is #DDCD78. Grayscale: #363636. Windows color (decimal): -14536057 or 8860194. OLE color: 8860194.
HSL color Cylindrical-coordinate representation of color #223287: hue angle of 230.5º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #223287 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 50 | 135 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.47 |
| HSL | 230.5º | 0.6% | 0.33% | - |
| HSV(B) | 230.5º | 0.75% | 0.53% | - |
| XYZ | 6.17 | 4.37 | 23.44 | - |
| YUV | 54.91 | 173.2 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 135 | 0.75 | 0.63 | 0 | 0.47 | 230.5 | 0.6 | 0.33 |
| Hex | 22 | 32 | 87 | 4B | 3F | 0 | 2F | E6 | 3C | 21 |
| Octal | 42 | 62 | 207 | 113 | 77 | 0 | 57 | 346 | 74 | 41 |
| Binary | 100010 | 110010 | 10000111 | 1001011 | 111111 | 0 | 101111 | 11100110 | 111100 | 100001 |
Color Harmonies of #223287
Complementary color
Monochromatic Colors of #223287
Black with #223287
Text Example
Text Example
White with #223287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223287; }
p { color: rgb(34,50,135); }
H1.HeaderClassName
{
color: #223287;
}
.AnyTagClassName
{
color: #223287;
}
</style>
background-color css
<style>
a { background-color: #223287; }
a { background-color: rgb(34,50,135); }
div.DivClassName
{
background-color: #223287;
}
.BgClassName
{
background-color: #223287;
}
</style>
border-color css
<style>
span { border-color: #223287; }
span { border-color: rgb(34,50,135); }
td.TdClassName
{
border-color: #223287;
}
.TagClassName
{
border-color: #223287;
}
</style>