Shades of Resolution Blue #323D76
Tints of Resolution Blue #323D76
RGB
CMYK
RGB Variations
Color information
#323D76 (or 0x323D76) is known color: Resolution Blue. HEX triplet: 32, 3D and 76. RGB value is (50,61,118). Sum of RGB (Red+Green+Blue) = 50+61+118=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #323D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D76 is #CDC289. Grayscale: #3F3F3F. Windows color (decimal): -13484682 or 7748914. OLE color: 7748914.
HSL color Cylindrical-coordinate representation of color #323D76: hue angle of 230.29º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323D76 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 61 | 118 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.54 |
| HSL | 230.29º | 0.4% | 0.33% | - |
| HSV(B) | 230.29º | 0.58% | 0.46% | - |
| XYZ | 6.25 | 5.32 | 17.84 | - |
| YUV | 64.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 118 | 0.58 | 0.48 | 0 | 0.54 | 230.29 | 0.4 | 0.33 |
| Hex | 32 | 3D | 76 | 3A | 30 | 0 | 36 | E6 | 28 | 21 |
| Octal | 62 | 75 | 166 | 72 | 60 | 0 | 66 | 346 | 50 | 41 |
| Binary | 110010 | 111101 | 1110110 | 111010 | 110000 | 0 | 110110 | 11100110 | 101000 | 100001 |
Color Harmonies of #323D76
Complementary color
Monochromatic Colors of #323D76
Black with #323D76
Text Example
Text Example
White with #323D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D76; }
p { color: rgb(50,61,118); }
H1.HeaderClassName
{
color: #323D76;
}
.AnyTagClassName
{
color: #323D76;
}
</style>
background-color css
<style>
a { background-color: #323D76; }
a { background-color: rgb(50,61,118); }
div.DivClassName
{
background-color: #323D76;
}
.BgClassName
{
background-color: #323D76;
}
</style>
border-color css
<style>
span { border-color: #323D76; }
span { border-color: rgb(50,61,118); }
td.TdClassName
{
border-color: #323D76;
}
.TagClassName
{
border-color: #323D76;
}
</style>