Shades of Resolution Blue #323F6D
Tints of Resolution Blue #323F6D
RGB
CMYK
RGB Variations
Color information
#323F6D (or 0x323F6D) is known color: Resolution Blue. HEX triplet: 32, 3F and 6D. RGB value is (50,63,109). Sum of RGB (Red+Green+Blue) = 50+63+109=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #323F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F6D is #CDC092. Grayscale: #404040. Windows color (decimal): -13484179 or 7159602. OLE color: 7159602.
HSL color Cylindrical-coordinate representation of color #323F6D: hue angle of 226.78º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #323F6D is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 63 | 109 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.57 |
| HSL | 226.78º | 0.37% | 0.31% | - |
| HSV(B) | 226.78º | 0.54% | 0.43% | - |
| XYZ | 5.85 | 5.34 | 15.19 | - |
| YUV | 64.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 109 | 0.54 | 0.42 | 0 | 0.57 | 226.78 | 0.37 | 0.31 |
| Hex | 32 | 3F | 6D | 36 | 2A | 0 | 39 | E3 | 25 | 1F |
| Octal | 62 | 77 | 155 | 66 | 52 | 0 | 71 | 343 | 45 | 37 |
| Binary | 110010 | 111111 | 1101101 | 110110 | 101010 | 0 | 111001 | 11100011 | 100101 | 11111 |
Color Harmonies of #323F6D
Complementary color
Monochromatic Colors of #323F6D
Black with #323F6D
Text Example
Text Example
White with #323F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F6D; }
p { color: rgb(50,63,109); }
H1.HeaderClassName
{
color: #323F6D;
}
.AnyTagClassName
{
color: #323F6D;
}
</style>
background-color css
<style>
a { background-color: #323F6D; }
a { background-color: rgb(50,63,109); }
div.DivClassName
{
background-color: #323F6D;
}
.BgClassName
{
background-color: #323F6D;
}
</style>
border-color css
<style>
span { border-color: #323F6D; }
span { border-color: rgb(50,63,109); }
td.TdClassName
{
border-color: #323F6D;
}
.TagClassName
{
border-color: #323F6D;
}
</style>