Shades of Resolution Blue #323E80
Tints of Resolution Blue #323E80
RGB
CMYK
RGB Variations
Color information
#323E80 (or 0x323E80) is known color: Resolution Blue. HEX triplet: 32, 3E and 80. RGB value is (50,62,128). Sum of RGB (Red+Green+Blue) = 50+62+128=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #323E80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E80 is #CDC17F. Grayscale: #414141. Windows color (decimal): -13484416 or 8404530. OLE color: 8404530.
HSL color Cylindrical-coordinate representation of color #323E80: hue angle of 230.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #323E80 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 62 | 128 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.50 |
| HSL | 230.77º | 0.44% | 0.35% | - |
| HSV(B) | 230.77º | 0.61% | 0.5% | - |
| XYZ | 6.93 | 5.68 | 21.15 | - |
| YUV | 65.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 128 | 0.61 | 0.52 | 0 | 0.50 | 230.77 | 0.44 | 0.35 |
| Hex | 32 | 3E | 80 | 3D | 34 | 0 | 32 | E7 | 2C | 23 |
| Octal | 62 | 76 | 200 | 75 | 64 | 0 | 62 | 347 | 54 | 43 |
| Binary | 110010 | 111110 | 10000000 | 111101 | 110100 | 0 | 110010 | 11100111 | 101100 | 100011 |
Color Harmonies of #323E80
Complementary color
Monochromatic Colors of #323E80
Black with #323E80
Text Example
Text Example
White with #323E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E80; }
p { color: rgb(50,62,128); }
H1.HeaderClassName
{
color: #323E80;
}
.AnyTagClassName
{
color: #323E80;
}
</style>
background-color css
<style>
a { background-color: #323E80; }
a { background-color: rgb(50,62,128); }
div.DivClassName
{
background-color: #323E80;
}
.BgClassName
{
background-color: #323E80;
}
</style>
border-color css
<style>
span { border-color: #323E80; }
span { border-color: rgb(50,62,128); }
td.TdClassName
{
border-color: #323E80;
}
.TagClassName
{
border-color: #323E80;
}
</style>