Shades of Resolution Blue #323D74
Tints of Resolution Blue #323D74
RGB
CMYK
RGB Variations
Color information
#323D74 (or 0x323D74) is known color: Resolution Blue. HEX triplet: 32, 3D and 74. RGB value is (50,61,116). Sum of RGB (Red+Green+Blue) = 50+61+116=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #323D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D74 is #CDC28B. Grayscale: #3F3F3F. Windows color (decimal): -13484684 or 7617842. OLE color: 7617842.
HSL color Cylindrical-coordinate representation of color #323D74: hue angle of 230º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323D74 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 61 | 116 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.55 |
| HSL | 230º | 0.4% | 0.33% | - |
| HSV(B) | 230º | 0.57% | 0.45% | - |
| XYZ | 6.14 | 5.28 | 17.22 | - |
| YUV | 63.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 116 | 0.57 | 0.47 | 0 | 0.55 | 230 | 0.4 | 0.33 |
| Hex | 32 | 3D | 74 | 39 | 2F | 0 | 37 | E6 | 28 | 21 |
| Octal | 62 | 75 | 164 | 71 | 57 | 0 | 67 | 346 | 50 | 41 |
| Binary | 110010 | 111101 | 1110100 | 111001 | 101111 | 0 | 110111 | 11100110 | 101000 | 100001 |
Color Harmonies of #323D74
Complementary color
Monochromatic Colors of #323D74
Black with #323D74
Text Example
Text Example
White with #323D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D74; }
p { color: rgb(50,61,116); }
H1.HeaderClassName
{
color: #323D74;
}
.AnyTagClassName
{
color: #323D74;
}
</style>
background-color css
<style>
a { background-color: #323D74; }
a { background-color: rgb(50,61,116); }
div.DivClassName
{
background-color: #323D74;
}
.BgClassName
{
background-color: #323D74;
}
</style>
border-color css
<style>
span { border-color: #323D74; }
span { border-color: rgb(50,61,116); }
td.TdClassName
{
border-color: #323D74;
}
.TagClassName
{
border-color: #323D74;
}
</style>