Shades of Lucky Point #32334F
Tints of Lucky Point #32334F
RGB
CMYK
RGB Variations
Color information
#32334F (or 0x32334F) is known color: Lucky Point. HEX triplet: 32, 33 and 4F. RGB value is (50,51,79). Sum of RGB (Red+Green+Blue) = 50+51+79=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #32334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32334F is #CDCCB0. Grayscale: #353535. Windows color (decimal): -13487281 or 5190450. OLE color: 5190450.
HSL color Cylindrical-coordinate representation of color #32334F: hue angle of 237.93º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #32334F is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 51 | 79 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.69 |
| HSL | 237.93º | 0.22% | 0.25% | - |
| HSV(B) | 237.93º | 0.37% | 0.31% | - |
| XYZ | 3.91 | 3.61 | 7.89 | - |
| YUV | 53.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 79 | 0.37 | 0.35 | 0 | 0.69 | 237.93 | 0.22 | 0.25 |
| Hex | 32 | 33 | 4F | 25 | 23 | 0 | 45 | EE | 16 | 19 |
| Octal | 62 | 63 | 117 | 45 | 43 | 0 | 105 | 356 | 26 | 31 |
| Binary | 110010 | 110011 | 1001111 | 100101 | 100011 | 0 | 1000101 | 11101110 | 10110 | 11001 |
Color Harmonies of #32334F
Complementary color
Monochromatic Colors of #32334F
Black with #32334F
Text Example
Text Example
White with #32334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32334F; }
p { color: rgb(50,51,79); }
H1.HeaderClassName
{
color: #32334F;
}
.AnyTagClassName
{
color: #32334F;
}
</style>
background-color css
<style>
a { background-color: #32334F; }
a { background-color: rgb(50,51,79); }
div.DivClassName
{
background-color: #32334F;
}
.BgClassName
{
background-color: #32334F;
}
</style>
border-color css
<style>
span { border-color: #32334F; }
span { border-color: rgb(50,51,79); }
td.TdClassName
{
border-color: #32334F;
}
.TagClassName
{
border-color: #32334F;
}
</style>