Shades of Resolution Blue #323D6D
Tints of Resolution Blue #323D6D
RGB
CMYK
RGB Variations
Color information
#323D6D (or 0x323D6D) is known color: Resolution Blue. HEX triplet: 32, 3D and 6D. RGB value is (50,61,109). Sum of RGB (Red+Green+Blue) = 50+61+109=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #323D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D6D is #CDC292. Grayscale: #3E3E3E. Windows color (decimal): -13484691 or 7159090. OLE color: 7159090.
HSL color Cylindrical-coordinate representation of color #323D6D: hue angle of 228.81º 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 #323D6D is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 61 | 109 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.57 |
| HSL | 228.81º | 0.37% | 0.31% | - |
| HSV(B) | 228.81º | 0.54% | 0.43% | - |
| XYZ | 5.74 | 5.12 | 15.15 | - |
| YUV | 63.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 109 | 0.54 | 0.44 | 0 | 0.57 | 228.81 | 0.37 | 0.31 |
| Hex | 32 | 3D | 6D | 36 | 2C | 0 | 39 | E5 | 25 | 1F |
| Octal | 62 | 75 | 155 | 66 | 54 | 0 | 71 | 345 | 45 | 37 |
| Binary | 110010 | 111101 | 1101101 | 110110 | 101100 | 0 | 111001 | 11100101 | 100101 | 11111 |
Color Harmonies of #323D6D
Complementary color
Monochromatic Colors of #323D6D
Black with #323D6D
Text Example
Text Example
White with #323D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D6D; }
p { color: rgb(50,61,109); }
H1.HeaderClassName
{
color: #323D6D;
}
.AnyTagClassName
{
color: #323D6D;
}
</style>
background-color css
<style>
a { background-color: #323D6D; }
a { background-color: rgb(50,61,109); }
div.DivClassName
{
background-color: #323D6D;
}
.BgClassName
{
background-color: #323D6D;
}
</style>
border-color css
<style>
span { border-color: #323D6D; }
span { border-color: rgb(50,61,109); }
td.TdClassName
{
border-color: #323D6D;
}
.TagClassName
{
border-color: #323D6D;
}
</style>