Shades of Resolution Blue #323D6E
Tints of Resolution Blue #323D6E
RGB
CMYK
RGB Variations
Color information
#323D6E (or 0x323D6E) is known color: Resolution Blue. HEX triplet: 32, 3D and 6E. RGB value is (50,61,110). Sum of RGB (Red+Green+Blue) = 50+61+110=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #323D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D6E is #CDC291. Grayscale: #3F3F3F. Windows color (decimal): -13484690 or 7224626. OLE color: 7224626.
HSL color Cylindrical-coordinate representation of color #323D6E: hue angle of 229º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #323D6E is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 61 | 110 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.57 |
| HSL | 229º | 0.38% | 0.31% | - |
| HSV(B) | 229º | 0.55% | 0.43% | - |
| XYZ | 5.8 | 5.14 | 15.44 | - |
| YUV | 63.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 110 | 0.55 | 0.45 | 0 | 0.57 | 229 | 0.38 | 0.31 |
| Hex | 32 | 3D | 6E | 37 | 2D | 0 | 39 | E5 | 26 | 1F |
| Octal | 62 | 75 | 156 | 67 | 55 | 0 | 71 | 345 | 46 | 37 |
| Binary | 110010 | 111101 | 1101110 | 110111 | 101101 | 0 | 111001 | 11100101 | 100110 | 11111 |
Color Harmonies of #323D6E
Complementary color
Monochromatic Colors of #323D6E
Black with #323D6E
Text Example
Text Example
White with #323D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D6E; }
p { color: rgb(50,61,110); }
H1.HeaderClassName
{
color: #323D6E;
}
.AnyTagClassName
{
color: #323D6E;
}
</style>
background-color css
<style>
a { background-color: #323D6E; }
a { background-color: rgb(50,61,110); }
div.DivClassName
{
background-color: #323D6E;
}
.BgClassName
{
background-color: #323D6E;
}
</style>
border-color css
<style>
span { border-color: #323D6E; }
span { border-color: rgb(50,61,110); }
td.TdClassName
{
border-color: #323D6E;
}
.TagClassName
{
border-color: #323D6E;
}
</style>