Shades of Resolution Blue #323D78
Tints of Resolution Blue #323D78
RGB
CMYK
RGB Variations
Color information
#323D78 (or 0x323D78) is known color: Resolution Blue. HEX triplet: 32, 3D and 78. RGB value is (50,61,120). Sum of RGB (Red+Green+Blue) = 50+61+120=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #323D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D78 is #CDC287. Grayscale: #404040. Windows color (decimal): -13484680 or 7879986. OLE color: 7879986.
HSL color Cylindrical-coordinate representation of color #323D78: hue angle of 230.57º 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 #323D78 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 61 | 120 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.53 |
| HSL | 230.57º | 0.41% | 0.33% | - |
| HSV(B) | 230.57º | 0.58% | 0.47% | - |
| XYZ | 6.37 | 5.37 | 18.47 | - |
| YUV | 64.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 120 | 0.58 | 0.49 | 0 | 0.53 | 230.57 | 0.41 | 0.33 |
| Hex | 32 | 3D | 78 | 3A | 31 | 0 | 35 | E7 | 29 | 21 |
| Octal | 62 | 75 | 170 | 72 | 61 | 0 | 65 | 347 | 51 | 41 |
| Binary | 110010 | 111101 | 1111000 | 111010 | 110001 | 0 | 110101 | 11100111 | 101001 | 100001 |
Color Harmonies of #323D78
Complementary color
Monochromatic Colors of #323D78
Black with #323D78
Text Example
Text Example
White with #323D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D78; }
p { color: rgb(50,61,120); }
H1.HeaderClassName
{
color: #323D78;
}
.AnyTagClassName
{
color: #323D78;
}
</style>
background-color css
<style>
a { background-color: #323D78; }
a { background-color: rgb(50,61,120); }
div.DivClassName
{
background-color: #323D78;
}
.BgClassName
{
background-color: #323D78;
}
</style>
border-color css
<style>
span { border-color: #323D78; }
span { border-color: rgb(50,61,120); }
td.TdClassName
{
border-color: #323D78;
}
.TagClassName
{
border-color: #323D78;
}
</style>