Shades of Resolution Blue #22327B
Tints of Resolution Blue #22327B
RGB
CMYK
RGB Variations
Color information
#22327B (or 0x22327B) is known color: Resolution Blue. HEX triplet: 22, 32 and 7B. RGB value is (34,50,123). Sum of RGB (Red+Green+Blue) = 34+50+123=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #22327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22327B is #DDCD84. Grayscale: #353535. Windows color (decimal): -14536069 or 8073762. OLE color: 8073762.
HSL color Cylindrical-coordinate representation of color #22327B: hue angle of 229.21º 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 #22327B is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 50 | 123 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.52 |
| HSL | 229.21º | 0.57% | 0.31% | - |
| HSV(B) | 229.21º | 0.72% | 0.48% | - |
| XYZ | 5.38 | 4.05 | 19.24 | - |
| YUV | 53.54 | 167.2 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 123 | 0.72 | 0.59 | 0 | 0.52 | 229.21 | 0.57 | 0.31 |
| Hex | 22 | 32 | 7B | 48 | 3B | 0 | 34 | E5 | 39 | 1F |
| Octal | 42 | 62 | 173 | 110 | 73 | 0 | 64 | 345 | 71 | 37 |
| Binary | 100010 | 110010 | 1111011 | 1001000 | 111011 | 0 | 110100 | 11100101 | 111001 | 11111 |
Color Harmonies of #22327B
Complementary color
Monochromatic Colors of #22327B
Black with #22327B
Text Example
Text Example
White with #22327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22327B; }
p { color: rgb(34,50,123); }
H1.HeaderClassName
{
color: #22327B;
}
.AnyTagClassName
{
color: #22327B;
}
</style>
background-color css
<style>
a { background-color: #22327B; }
a { background-color: rgb(34,50,123); }
div.DivClassName
{
background-color: #22327B;
}
.BgClassName
{
background-color: #22327B;
}
</style>
border-color css
<style>
span { border-color: #22327B; }
span { border-color: rgb(34,50,123); }
td.TdClassName
{
border-color: #22327B;
}
.TagClassName
{
border-color: #22327B;
}
</style>