Shades of Lucky Point #33344D
Tints of Lucky Point #33344D
RGB
CMYK
RGB Variations
Color information
#33344D (or 0x33344D) is known color: Lucky Point. HEX triplet: 33, 34 and 4D. RGB value is (51,52,77). Sum of RGB (Red+Green+Blue) = 51+52+77=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #33344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33344D is #CCCBB2. Grayscale: #363636. Windows color (decimal): -13421491 or 5059635. OLE color: 5059635.
HSL color Cylindrical-coordinate representation of color #33344D: hue angle of 237.69º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33344D is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 52 | 77 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.70 |
| HSL | 237.69º | 0.2% | 0.25% | - |
| HSV(B) | 237.69º | 0.34% | 0.3% | - |
| XYZ | 3.93 | 3.7 | 7.53 | - |
| YUV | 54.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 77 | 0.34 | 0.32 | 0 | 0.70 | 237.69 | 0.2 | 0.25 |
| Hex | 33 | 34 | 4D | 22 | 20 | 0 | 46 | EE | 14 | 19 |
| Octal | 63 | 64 | 115 | 42 | 40 | 0 | 106 | 356 | 24 | 31 |
| Binary | 110011 | 110100 | 1001101 | 100010 | 100000 | 0 | 1000110 | 11101110 | 10100 | 11001 |
Color Harmonies of #33344D
Complementary color
Monochromatic Colors of #33344D
Black with #33344D
Text Example
Text Example
White with #33344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33344D; }
p { color: rgb(51,52,77); }
H1.HeaderClassName
{
color: #33344D;
}
.AnyTagClassName
{
color: #33344D;
}
</style>
background-color css
<style>
a { background-color: #33344D; }
a { background-color: rgb(51,52,77); }
div.DivClassName
{
background-color: #33344D;
}
.BgClassName
{
background-color: #33344D;
}
</style>
border-color css
<style>
span { border-color: #33344D; }
span { border-color: rgb(51,52,77); }
td.TdClassName
{
border-color: #33344D;
}
.TagClassName
{
border-color: #33344D;
}
</style>