Shades of Lucky Point #323354
Tints of Lucky Point #323354
RGB
CMYK
RGB Variations
Color information
#323354 (or 0x323354) is known color: Lucky Point. HEX triplet: 32, 33 and 54. RGB value is (50,51,84). Sum of RGB (Red+Green+Blue) = 50+51+84=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #323354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323354 is #CDCCAB. Grayscale: #363636. Windows color (decimal): -13487276 or 5518130. OLE color: 5518130.
HSL color Cylindrical-coordinate representation of color #323354: hue angle of 238.24º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #323354 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 51 | 84 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.67 |
| HSL | 238.24º | 0.25% | 0.26% | - |
| HSV(B) | 238.24º | 0.4% | 0.33% | - |
| XYZ | 4.1 | 3.69 | 8.88 | - |
| YUV | 54.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 84 | 0.40 | 0.39 | 0 | 0.67 | 238.24 | 0.25 | 0.26 |
| Hex | 32 | 33 | 54 | 28 | 27 | 0 | 43 | EE | 19 | 1A |
| Octal | 62 | 63 | 124 | 50 | 47 | 0 | 103 | 356 | 31 | 32 |
| Binary | 110010 | 110011 | 1010100 | 101000 | 100111 | 0 | 1000011 | 11101110 | 11001 | 11010 |
Color Harmonies of #323354
Complementary color
Monochromatic Colors of #323354
Black with #323354
Text Example
Text Example
White with #323354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323354; }
p { color: rgb(50,51,84); }
H1.HeaderClassName
{
color: #323354;
}
.AnyTagClassName
{
color: #323354;
}
</style>
background-color css
<style>
a { background-color: #323354; }
a { background-color: rgb(50,51,84); }
div.DivClassName
{
background-color: #323354;
}
.BgClassName
{
background-color: #323354;
}
</style>
border-color css
<style>
span { border-color: #323354; }
span { border-color: rgb(50,51,84); }
td.TdClassName
{
border-color: #323354;
}
.TagClassName
{
border-color: #323354;
}
</style>