Shades of Lucky Point #33334E
Tints of Lucky Point #33334E
RGB
CMYK
RGB Variations
Color information
#33334E (or 0x33334E) is known color: Lucky Point. HEX triplet: 33, 33 and 4E. RGB value is (51,51,78). Sum of RGB (Red+Green+Blue) = 51+51+78=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #33334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33334E is #CCCCB1. Grayscale: #353535. Windows color (decimal): -13421746 or 5124915. OLE color: 5124915.
HSL color Cylindrical-coordinate representation of color #33334E: hue angle of 240º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33334E is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 51 | 78 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.69 |
| HSL | 240º | 0.21% | 0.25% | - |
| HSV(B) | 240º | 0.35% | 0.31% | - |
| XYZ | 3.92 | 3.62 | 7.7 | - |
| YUV | 54.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 78 | 0.35 | 0.35 | 0 | 0.69 | 240 | 0.21 | 0.25 |
| Hex | 33 | 33 | 4E | 23 | 23 | 0 | 45 | F0 | 15 | 19 |
| Octal | 63 | 63 | 116 | 43 | 43 | 0 | 105 | 360 | 25 | 31 |
| Binary | 110011 | 110011 | 1001110 | 100011 | 100011 | 0 | 1000101 | 11110000 | 10101 | 11001 |
Color Harmonies of #33334E
Complementary color
Monochromatic Colors of #33334E
Black with #33334E
Text Example
Text Example
White with #33334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33334E; }
p { color: rgb(51,51,78); }
H1.HeaderClassName
{
color: #33334E;
}
.AnyTagClassName
{
color: #33334E;
}
</style>
background-color css
<style>
a { background-color: #33334E; }
a { background-color: rgb(51,51,78); }
div.DivClassName
{
background-color: #33334E;
}
.BgClassName
{
background-color: #33334E;
}
</style>
border-color css
<style>
span { border-color: #33334E; }
span { border-color: rgb(51,51,78); }
td.TdClassName
{
border-color: #33334E;
}
.TagClassName
{
border-color: #33334E;
}
</style>