Shades of Resolution Blue #324283
Tints of Resolution Blue #324283
RGB
CMYK
RGB Variations
Color information
#324283 (or 0x324283) is known color: Resolution Blue. HEX triplet: 32, 42 and 83. RGB value is (50,66,131). Sum of RGB (Red+Green+Blue) = 50+66+131=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #324283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324283 is #CDBD7C. Grayscale: #444444. Windows color (decimal): -13483389 or 8602162. OLE color: 8602162.
HSL color Cylindrical-coordinate representation of color #324283: hue angle of 228.15º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324283 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 66 | 131 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.49 |
| HSL | 228.15º | 0.45% | 0.35% | - |
| HSV(B) | 228.15º | 0.62% | 0.51% | - |
| XYZ | 7.36 | 6.21 | 22.28 | - |
| YUV | 68.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 131 | 0.62 | 0.50 | 0 | 0.49 | 228.15 | 0.45 | 0.35 |
| Hex | 32 | 42 | 83 | 3E | 32 | 0 | 31 | E4 | 2D | 23 |
| Octal | 62 | 102 | 203 | 76 | 62 | 0 | 61 | 344 | 55 | 43 |
| Binary | 110010 | 1000010 | 10000011 | 111110 | 110010 | 0 | 110001 | 11100100 | 101101 | 100011 |
Color Harmonies of #324283
Complementary color
Monochromatic Colors of #324283
Black with #324283
Text Example
Text Example
White with #324283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324283; }
p { color: rgb(50,66,131); }
H1.HeaderClassName
{
color: #324283;
}
.AnyTagClassName
{
color: #324283;
}
</style>
background-color css
<style>
a { background-color: #324283; }
a { background-color: rgb(50,66,131); }
div.DivClassName
{
background-color: #324283;
}
.BgClassName
{
background-color: #324283;
}
</style>
border-color css
<style>
span { border-color: #324283; }
span { border-color: rgb(50,66,131); }
td.TdClassName
{
border-color: #324283;
}
.TagClassName
{
border-color: #324283;
}
</style>