Shades of Lucky Point #32344A
Tints of Lucky Point #32344A
RGB
CMYK
RGB Variations
Color information
#32344A (or 0x32344A) is known color: Lucky Point. HEX triplet: 32, 34 and 4A. RGB value is (50,52,74). Sum of RGB (Red+Green+Blue) = 50+52+74=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 74 - color contains mainly: blue. Hex color #32344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32344A is #CDCBB5. Grayscale: #353535. Windows color (decimal): -13487030 or 4863026. OLE color: 4863026.
HSL color Cylindrical-coordinate representation of color #32344A: hue angle of 235º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #32344A is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 52 | 74 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.71 |
| HSL | 235º | 0.19% | 0.24% | - |
| HSV(B) | 235º | 0.32% | 0.29% | - |
| XYZ | 3.78 | 3.63 | 6.98 | - |
| YUV | 53.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 74 | 0.32 | 0.30 | 0 | 0.71 | 235 | 0.19 | 0.24 |
| Hex | 32 | 34 | 4A | 20 | 1E | 0 | 47 | EB | 13 | 18 |
| Octal | 62 | 64 | 112 | 40 | 36 | 0 | 107 | 353 | 23 | 30 |
| Binary | 110010 | 110100 | 1001010 | 100000 | 11110 | 0 | 1000111 | 11101011 | 10011 | 11000 |
Color Harmonies of #32344A
Complementary color
Monochromatic Colors of #32344A
Black with #32344A
Text Example
Text Example
White with #32344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32344A; }
p { color: rgb(50,52,74); }
H1.HeaderClassName
{
color: #32344A;
}
.AnyTagClassName
{
color: #32344A;
}
</style>
background-color css
<style>
a { background-color: #32344A; }
a { background-color: rgb(50,52,74); }
div.DivClassName
{
background-color: #32344A;
}
.BgClassName
{
background-color: #32344A;
}
</style>
border-color css
<style>
span { border-color: #32344A; }
span { border-color: rgb(50,52,74); }
td.TdClassName
{
border-color: #32344A;
}
.TagClassName
{
border-color: #32344A;
}
</style>