Shades of Resolution Blue #323F74
Tints of Resolution Blue #323F74
RGB
CMYK
RGB Variations
Color information
#323F74 (or 0x323F74) is known color: Resolution Blue. HEX triplet: 32, 3F and 74. RGB value is (50,63,116). Sum of RGB (Red+Green+Blue) = 50+63+116=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #323F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F74 is #CDC08B. Grayscale: #404040. Windows color (decimal): -13484172 or 7618354. OLE color: 7618354.
HSL color Cylindrical-coordinate representation of color #323F74: hue angle of 228.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323F74 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 63 | 116 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.55 |
| HSL | 228.18º | 0.4% | 0.33% | - |
| HSV(B) | 228.18º | 0.57% | 0.45% | - |
| XYZ | 6.25 | 5.49 | 17.25 | - |
| YUV | 65.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 116 | 0.57 | 0.46 | 0 | 0.55 | 228.18 | 0.4 | 0.33 |
| Hex | 32 | 3F | 74 | 39 | 2E | 0 | 37 | E4 | 28 | 21 |
| Octal | 62 | 77 | 164 | 71 | 56 | 0 | 67 | 344 | 50 | 41 |
| Binary | 110010 | 111111 | 1110100 | 111001 | 101110 | 0 | 110111 | 11100100 | 101000 | 100001 |
Color Harmonies of #323F74
Complementary color
Monochromatic Colors of #323F74
Black with #323F74
Text Example
Text Example
White with #323F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F74; }
p { color: rgb(50,63,116); }
H1.HeaderClassName
{
color: #323F74;
}
.AnyTagClassName
{
color: #323F74;
}
</style>
background-color css
<style>
a { background-color: #323F74; }
a { background-color: rgb(50,63,116); }
div.DivClassName
{
background-color: #323F74;
}
.BgClassName
{
background-color: #323F74;
}
</style>
border-color css
<style>
span { border-color: #323F74; }
span { border-color: rgb(50,63,116); }
td.TdClassName
{
border-color: #323F74;
}
.TagClassName
{
border-color: #323F74;
}
</style>