Shades of Resolution Blue #22397B
Tints of Resolution Blue #22397B
RGB
CMYK
RGB Variations
Color information
#22397B (or 0x22397B) is known color: Resolution Blue. HEX triplet: 22, 39 and 7B. RGB value is (34,57,123). Sum of RGB (Red+Green+Blue) = 34+57+123=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #22397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22397B is #DDC684. Grayscale: #393939. Windows color (decimal): -14534277 or 8075554. OLE color: 8075554.
HSL color Cylindrical-coordinate representation of color #22397B: hue angle of 224.49º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #22397B is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 57 | 123 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.52 |
| HSL | 224.49º | 0.57% | 0.31% | - |
| HSV(B) | 224.49º | 0.72% | 0.48% | - |
| XYZ | 5.7 | 4.7 | 19.35 | - |
| YUV | 57.65 | 164.88 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 123 | 0.72 | 0.54 | 0 | 0.52 | 224.49 | 0.57 | 0.31 |
| Hex | 22 | 39 | 7B | 48 | 36 | 0 | 34 | E0 | 39 | 1F |
| Octal | 42 | 71 | 173 | 110 | 66 | 0 | 64 | 340 | 71 | 37 |
| Binary | 100010 | 111001 | 1111011 | 1001000 | 110110 | 0 | 110100 | 11100000 | 111001 | 11111 |
Color Harmonies of #22397B
Complementary color
Monochromatic Colors of #22397B
Black with #22397B
Text Example
Text Example
White with #22397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22397B; }
p { color: rgb(34,57,123); }
H1.HeaderClassName
{
color: #22397B;
}
.AnyTagClassName
{
color: #22397B;
}
</style>
background-color css
<style>
a { background-color: #22397B; }
a { background-color: rgb(34,57,123); }
div.DivClassName
{
background-color: #22397B;
}
.BgClassName
{
background-color: #22397B;
}
</style>
border-color css
<style>
span { border-color: #22397B; }
span { border-color: rgb(34,57,123); }
td.TdClassName
{
border-color: #22397B;
}
.TagClassName
{
border-color: #22397B;
}
</style>