Shades of Resolution Blue #323F78
Tints of Resolution Blue #323F78
RGB
CMYK
RGB Variations
Color information
#323F78 (or 0x323F78) is known color: Resolution Blue. HEX triplet: 32, 3F and 78. RGB value is (50,63,120). Sum of RGB (Red+Green+Blue) = 50+63+120=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #323F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F78 is #CDC087. Grayscale: #414141. Windows color (decimal): -13484168 or 7880498. OLE color: 7880498.
HSL color Cylindrical-coordinate representation of color #323F78: hue angle of 228.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323F78 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 63 | 120 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.53 |
| HSL | 228.86º | 0.41% | 0.33% | - |
| HSV(B) | 228.86º | 0.58% | 0.47% | - |
| XYZ | 6.48 | 5.59 | 18.51 | - |
| YUV | 65.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 120 | 0.58 | 0.48 | 0 | 0.53 | 228.86 | 0.41 | 0.33 |
| Hex | 32 | 3F | 78 | 3A | 30 | 0 | 35 | E5 | 29 | 21 |
| Octal | 62 | 77 | 170 | 72 | 60 | 0 | 65 | 345 | 51 | 41 |
| Binary | 110010 | 111111 | 1111000 | 111010 | 110000 | 0 | 110101 | 11100101 | 101001 | 100001 |
Color Harmonies of #323F78
Complementary color
Monochromatic Colors of #323F78
Black with #323F78
Text Example
Text Example
White with #323F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F78; }
p { color: rgb(50,63,120); }
H1.HeaderClassName
{
color: #323F78;
}
.AnyTagClassName
{
color: #323F78;
}
</style>
background-color css
<style>
a { background-color: #323F78; }
a { background-color: rgb(50,63,120); }
div.DivClassName
{
background-color: #323F78;
}
.BgClassName
{
background-color: #323F78;
}
</style>
border-color css
<style>
span { border-color: #323F78; }
span { border-color: rgb(50,63,120); }
td.TdClassName
{
border-color: #323F78;
}
.TagClassName
{
border-color: #323F78;
}
</style>