Shades of Resolution Blue #223387
Tints of Resolution Blue #223387
RGB
CMYK
RGB Variations
Color information
#223387 (or 0x223387) is known color: Resolution Blue. HEX triplet: 22, 33 and 87. RGB value is (34,51,135). Sum of RGB (Red+Green+Blue) = 34+51+135=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #223387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223387 is #DDCC78. Grayscale: #373737. Windows color (decimal): -14535801 or 8860450. OLE color: 8860450.
HSL color Cylindrical-coordinate representation of color #223387: hue angle of 229.9º 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 #223387 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 51 | 135 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.47 |
| HSL | 229.9º | 0.6% | 0.33% | - |
| HSV(B) | 229.9º | 0.75% | 0.53% | - |
| XYZ | 6.22 | 4.46 | 23.45 | - |
| YUV | 55.49 | 172.87 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 51 | 135 | 0.75 | 0.62 | 0 | 0.47 | 229.9 | 0.6 | 0.33 |
| Hex | 22 | 33 | 87 | 4B | 3E | 0 | 2F | E6 | 3C | 21 |
| Octal | 42 | 63 | 207 | 113 | 76 | 0 | 57 | 346 | 74 | 41 |
| Binary | 100010 | 110011 | 10000111 | 1001011 | 111110 | 0 | 101111 | 11100110 | 111100 | 100001 |
Color Harmonies of #223387
Complementary color
Monochromatic Colors of #223387
Black with #223387
Text Example
Text Example
White with #223387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223387; }
p { color: rgb(34,51,135); }
H1.HeaderClassName
{
color: #223387;
}
.AnyTagClassName
{
color: #223387;
}
</style>
background-color css
<style>
a { background-color: #223387; }
a { background-color: rgb(34,51,135); }
div.DivClassName
{
background-color: #223387;
}
.BgClassName
{
background-color: #223387;
}
</style>
border-color css
<style>
span { border-color: #223387; }
span { border-color: rgb(34,51,135); }
td.TdClassName
{
border-color: #223387;
}
.TagClassName
{
border-color: #223387;
}
</style>