Shades of Resolution Blue #323F75
Tints of Resolution Blue #323F75
RGB
CMYK
RGB Variations
Color information
#323F75 (or 0x323F75) is known color: Resolution Blue. HEX triplet: 32, 3F and 75. RGB value is (50,63,117). Sum of RGB (Red+Green+Blue) = 50+63+117=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #323F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F75 is #CDC08A. Grayscale: #414141. Windows color (decimal): -13484171 or 7683890. OLE color: 7683890.
HSL color Cylindrical-coordinate representation of color #323F75: hue angle of 228.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323F75 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 63 | 117 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.54 |
| HSL | 228.36º | 0.4% | 0.33% | - |
| HSV(B) | 228.36º | 0.57% | 0.46% | - |
| XYZ | 6.3 | 5.52 | 17.56 | - |
| YUV | 65.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 117 | 0.57 | 0.46 | 0 | 0.54 | 228.36 | 0.4 | 0.33 |
| Hex | 32 | 3F | 75 | 39 | 2E | 0 | 36 | E4 | 28 | 21 |
| Octal | 62 | 77 | 165 | 71 | 56 | 0 | 66 | 344 | 50 | 41 |
| Binary | 110010 | 111111 | 1110101 | 111001 | 101110 | 0 | 110110 | 11100100 | 101000 | 100001 |
Color Harmonies of #323F75
Complementary color
Monochromatic Colors of #323F75
Black with #323F75
Text Example
Text Example
White with #323F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F75; }
p { color: rgb(50,63,117); }
H1.HeaderClassName
{
color: #323F75;
}
.AnyTagClassName
{
color: #323F75;
}
</style>
background-color css
<style>
a { background-color: #323F75; }
a { background-color: rgb(50,63,117); }
div.DivClassName
{
background-color: #323F75;
}
.BgClassName
{
background-color: #323F75;
}
</style>
border-color css
<style>
span { border-color: #323F75; }
span { border-color: rgb(50,63,117); }
td.TdClassName
{
border-color: #323F75;
}
.TagClassName
{
border-color: #323F75;
}
</style>