Shades of Resolution Blue #323F76
Tints of Resolution Blue #323F76
RGB
CMYK
RGB Variations
Color information
#323F76 (or 0x323F76) is known color: Resolution Blue. HEX triplet: 32, 3F and 76. RGB value is (50,63,118). Sum of RGB (Red+Green+Blue) = 50+63+118=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #323F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F76 is #CDC089. Grayscale: #414141. Windows color (decimal): -13484170 or 7749426. OLE color: 7749426.
HSL color Cylindrical-coordinate representation of color #323F76: hue angle of 228.53º 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 #323F76 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 63 | 118 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.54 |
| HSL | 228.53º | 0.4% | 0.33% | - |
| HSV(B) | 228.53º | 0.58% | 0.46% | - |
| XYZ | 6.36 | 5.54 | 17.87 | - |
| YUV | 65.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 118 | 0.58 | 0.47 | 0 | 0.54 | 228.53 | 0.4 | 0.33 |
| Hex | 32 | 3F | 76 | 3A | 2F | 0 | 36 | E5 | 28 | 21 |
| Octal | 62 | 77 | 166 | 72 | 57 | 0 | 66 | 345 | 50 | 41 |
| Binary | 110010 | 111111 | 1110110 | 111010 | 101111 | 0 | 110110 | 11100101 | 101000 | 100001 |
Color Harmonies of #323F76
Complementary color
Monochromatic Colors of #323F76
Black with #323F76
Text Example
Text Example
White with #323F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F76; }
p { color: rgb(50,63,118); }
H1.HeaderClassName
{
color: #323F76;
}
.AnyTagClassName
{
color: #323F76;
}
</style>
background-color css
<style>
a { background-color: #323F76; }
a { background-color: rgb(50,63,118); }
div.DivClassName
{
background-color: #323F76;
}
.BgClassName
{
background-color: #323F76;
}
</style>
border-color css
<style>
span { border-color: #323F76; }
span { border-color: rgb(50,63,118); }
td.TdClassName
{
border-color: #323F76;
}
.TagClassName
{
border-color: #323F76;
}
</style>