Shades of Resolution Blue #324373
Tints of Resolution Blue #324373
RGB
CMYK
RGB Variations
Color information
#324373 (or 0x324373) is known color: Resolution Blue. HEX triplet: 32, 43 and 73. RGB value is (50,67,115). Sum of RGB (Red+Green+Blue) = 50+67+115=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #324373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324373 is #CDBC8C. Grayscale: #434343. Windows color (decimal): -13483149 or 7553842. OLE color: 7553842.
HSL color Cylindrical-coordinate representation of color #324373: hue angle of 224.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324373 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 67 | 115 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.55 |
| HSL | 224.31º | 0.39% | 0.32% | - |
| HSV(B) | 224.31º | 0.57% | 0.45% | - |
| XYZ | 6.42 | 5.93 | 17.03 | - |
| YUV | 67.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 115 | 0.57 | 0.42 | 0 | 0.55 | 224.31 | 0.39 | 0.32 |
| Hex | 32 | 43 | 73 | 39 | 2A | 0 | 37 | E0 | 27 | 20 |
| Octal | 62 | 103 | 163 | 71 | 52 | 0 | 67 | 340 | 47 | 40 |
| Binary | 110010 | 1000011 | 1110011 | 111001 | 101010 | 0 | 110111 | 11100000 | 100111 | 100000 |
Color Harmonies of #324373
Complementary color
Monochromatic Colors of #324373
Black with #324373
Text Example
Text Example
White with #324373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324373; }
p { color: rgb(50,67,115); }
H1.HeaderClassName
{
color: #324373;
}
.AnyTagClassName
{
color: #324373;
}
</style>
background-color css
<style>
a { background-color: #324373; }
a { background-color: rgb(50,67,115); }
div.DivClassName
{
background-color: #324373;
}
.BgClassName
{
background-color: #324373;
}
</style>
border-color css
<style>
span { border-color: #324373; }
span { border-color: rgb(50,67,115); }
td.TdClassName
{
border-color: #324373;
}
.TagClassName
{
border-color: #324373;
}
</style>