Shades of Resolution Blue #323C6D
Tints of Resolution Blue #323C6D
RGB
CMYK
RGB Variations
Color information
#323C6D (or 0x323C6D) is known color: Resolution Blue. HEX triplet: 32, 3C and 6D. RGB value is (50,60,109). Sum of RGB (Red+Green+Blue) = 50+60+109=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #323C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C6D is #CDC392. Grayscale: #3E3E3E. Windows color (decimal): -13484947 or 7158834. OLE color: 7158834.
HSL color Cylindrical-coordinate representation of color #323C6D: hue angle of 229.83º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #323C6D is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 60 | 109 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.57 |
| HSL | 229.83º | 0.37% | 0.31% | - |
| HSV(B) | 229.83º | 0.54% | 0.43% | - |
| XYZ | 5.69 | 5.01 | 15.14 | - |
| YUV | 62.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 109 | 0.54 | 0.45 | 0 | 0.57 | 229.83 | 0.37 | 0.31 |
| Hex | 32 | 3C | 6D | 36 | 2D | 0 | 39 | E6 | 25 | 1F |
| Octal | 62 | 74 | 155 | 66 | 55 | 0 | 71 | 346 | 45 | 37 |
| Binary | 110010 | 111100 | 1101101 | 110110 | 101101 | 0 | 111001 | 11100110 | 100101 | 11111 |
Color Harmonies of #323C6D
Complementary color
Monochromatic Colors of #323C6D
Black with #323C6D
Text Example
Text Example
White with #323C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C6D; }
p { color: rgb(50,60,109); }
H1.HeaderClassName
{
color: #323C6D;
}
.AnyTagClassName
{
color: #323C6D;
}
</style>
background-color css
<style>
a { background-color: #323C6D; }
a { background-color: rgb(50,60,109); }
div.DivClassName
{
background-color: #323C6D;
}
.BgClassName
{
background-color: #323C6D;
}
</style>
border-color css
<style>
span { border-color: #323C6D; }
span { border-color: rgb(50,60,109); }
td.TdClassName
{
border-color: #323C6D;
}
.TagClassName
{
border-color: #323C6D;
}
</style>