Shades of Resolution Blue #32407C
Tints of Resolution Blue #32407C
RGB
CMYK
RGB Variations
Color information
#32407C (or 0x32407C) is known color: Resolution Blue. HEX triplet: 32, 40 and 7C. RGB value is (50,64,124). Sum of RGB (Red+Green+Blue) = 50+64+124=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #32407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32407C is #CDBF83. Grayscale: #424242. Windows color (decimal): -13483908 or 8142898. OLE color: 8142898.
HSL color Cylindrical-coordinate representation of color #32407C: hue angle of 228.65º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32407C is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 64 | 124 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.51 |
| HSL | 228.65º | 0.43% | 0.34% | - |
| HSV(B) | 228.65º | 0.6% | 0.49% | - |
| XYZ | 6.79 | 5.8 | 19.83 | - |
| YUV | 66.65 | 160.36 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 124 | 0.60 | 0.48 | 0 | 0.51 | 228.65 | 0.43 | 0.34 |
| Hex | 32 | 40 | 7C | 3C | 30 | 0 | 33 | E5 | 2B | 22 |
| Octal | 62 | 100 | 174 | 74 | 60 | 0 | 63 | 345 | 53 | 42 |
| Binary | 110010 | 1000000 | 1111100 | 111100 | 110000 | 0 | 110011 | 11100101 | 101011 | 100010 |
Color Harmonies of #32407C
Complementary color
Monochromatic Colors of #32407C
Black with #32407C
Text Example
Text Example
White with #32407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32407C; }
p { color: rgb(50,64,124); }
H1.HeaderClassName
{
color: #32407C;
}
.AnyTagClassName
{
color: #32407C;
}
</style>
background-color css
<style>
a { background-color: #32407C; }
a { background-color: rgb(50,64,124); }
div.DivClassName
{
background-color: #32407C;
}
.BgClassName
{
background-color: #32407C;
}
</style>
border-color css
<style>
span { border-color: #32407C; }
span { border-color: rgb(50,64,124); }
td.TdClassName
{
border-color: #32407C;
}
.TagClassName
{
border-color: #32407C;
}
</style>