Shades of Resolution Blue #22398C
Tints of Resolution Blue #22398C
RGB
CMYK
RGB Variations
Color information
#22398C (or 0x22398C) is known color: Resolution Blue. HEX triplet: 22, 39 and 8C. RGB value is (34,57,140). Sum of RGB (Red+Green+Blue) = 34+57+140=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #22398C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22398C is #DDC673. Grayscale: #3B3B3B. Windows color (decimal): -14534260 or 9189666. OLE color: 9189666.
HSL color Cylindrical-coordinate representation of color #22398C: hue angle of 226.98º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22398C is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 57 | 140 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.45 |
| HSL | 226.98º | 0.61% | 0.34% | - |
| HSV(B) | 226.98º | 0.76% | 0.55% | - |
| XYZ | 6.86 | 5.16 | 25.45 | - |
| YUV | 59.59 | 173.38 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 140 | 0.76 | 0.59 | 0 | 0.45 | 226.98 | 0.61 | 0.34 |
| Hex | 22 | 39 | 8C | 4C | 3B | 0 | 2D | E3 | 3D | 22 |
| Octal | 42 | 71 | 214 | 114 | 73 | 0 | 55 | 343 | 75 | 42 |
| Binary | 100010 | 111001 | 10001100 | 1001100 | 111011 | 0 | 101101 | 11100011 | 111101 | 100010 |
Color Harmonies of #22398C
Complementary color
Monochromatic Colors of #22398C
Black with #22398C
Text Example
Text Example
White with #22398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22398C; }
p { color: rgb(34,57,140); }
H1.HeaderClassName
{
color: #22398C;
}
.AnyTagClassName
{
color: #22398C;
}
</style>
background-color css
<style>
a { background-color: #22398C; }
a { background-color: rgb(34,57,140); }
div.DivClassName
{
background-color: #22398C;
}
.BgClassName
{
background-color: #22398C;
}
</style>
border-color css
<style>
span { border-color: #22398C; }
span { border-color: rgb(34,57,140); }
td.TdClassName
{
border-color: #22398C;
}
.TagClassName
{
border-color: #22398C;
}
</style>