Shades of Resolution Blue #22348A
Tints of Resolution Blue #22348A
RGB
CMYK
RGB Variations
Color information
#22348A (or 0x22348A) is known color: Resolution Blue. HEX triplet: 22, 34 and 8A. RGB value is (34,52,138). Sum of RGB (Red+Green+Blue) = 34+52+138=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #22348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22348A is #DDCB75. Grayscale: #383838. Windows color (decimal): -14535542 or 9057314. OLE color: 9057314.
HSL color Cylindrical-coordinate representation of color #22348A: hue angle of 229.62º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22348A is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 52 | 138 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.46 |
| HSL | 229.62º | 0.6% | 0.34% | - |
| HSV(B) | 229.62º | 0.75% | 0.54% | - |
| XYZ | 6.48 | 4.63 | 24.6 | - |
| YUV | 56.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 138 | 0.75 | 0.62 | 0 | 0.46 | 229.62 | 0.6 | 0.34 |
| Hex | 22 | 34 | 8A | 4B | 3E | 0 | 2E | E6 | 3C | 22 |
| Octal | 42 | 64 | 212 | 113 | 76 | 0 | 56 | 346 | 74 | 42 |
| Binary | 100010 | 110100 | 10001010 | 1001011 | 111110 | 0 | 101110 | 11100110 | 111100 | 100010 |
Color Harmonies of #22348A
Complementary color
Monochromatic Colors of #22348A
Black with #22348A
Text Example
Text Example
White with #22348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22348A; }
p { color: rgb(34,52,138); }
H1.HeaderClassName
{
color: #22348A;
}
.AnyTagClassName
{
color: #22348A;
}
</style>
background-color css
<style>
a { background-color: #22348A; }
a { background-color: rgb(34,52,138); }
div.DivClassName
{
background-color: #22348A;
}
.BgClassName
{
background-color: #22348A;
}
</style>
border-color css
<style>
span { border-color: #22348A; }
span { border-color: rgb(34,52,138); }
td.TdClassName
{
border-color: #22348A;
}
.TagClassName
{
border-color: #22348A;
}
</style>