Shades of Resolution Blue #32436D
Tints of Resolution Blue #32436D
RGB
CMYK
RGB Variations
Color information
#32436D (or 0x32436D) is known color: Resolution Blue. HEX triplet: 32, 43 and 6D. RGB value is (50,67,109). Sum of RGB (Red+Green+Blue) = 50+67+109=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #32436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32436D is #CDBC92. Grayscale: #424242. Windows color (decimal): -13483155 or 7160626. OLE color: 7160626.
HSL color Cylindrical-coordinate representation of color #32436D: hue angle of 222.71º 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 #32436D is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 67 | 109 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.57 |
| HSL | 222.71º | 0.37% | 0.31% | - |
| HSV(B) | 222.71º | 0.54% | 0.43% | - |
| XYZ | 6.08 | 5.8 | 15.27 | - |
| YUV | 66.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 109 | 0.54 | 0.39 | 0 | 0.57 | 222.71 | 0.37 | 0.31 |
| Hex | 32 | 43 | 6D | 36 | 27 | 0 | 39 | DF | 25 | 1F |
| Octal | 62 | 103 | 155 | 66 | 47 | 0 | 71 | 337 | 45 | 37 |
| Binary | 110010 | 1000011 | 1101101 | 110110 | 100111 | 0 | 111001 | 11011111 | 100101 | 11111 |
Color Harmonies of #32436D
Complementary color
Monochromatic Colors of #32436D
Black with #32436D
Text Example
Text Example
White with #32436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32436D; }
p { color: rgb(50,67,109); }
H1.HeaderClassName
{
color: #32436D;
}
.AnyTagClassName
{
color: #32436D;
}
</style>
background-color css
<style>
a { background-color: #32436D; }
a { background-color: rgb(50,67,109); }
div.DivClassName
{
background-color: #32436D;
}
.BgClassName
{
background-color: #32436D;
}
</style>
border-color css
<style>
span { border-color: #32436D; }
span { border-color: rgb(50,67,109); }
td.TdClassName
{
border-color: #32436D;
}
.TagClassName
{
border-color: #32436D;
}
</style>