Shades of Lucky Point #33344E
Tints of Lucky Point #33344E
RGB
CMYK
RGB Variations
Color information
#33344E (or 0x33344E) is known color: Lucky Point. HEX triplet: 33, 34 and 4E. RGB value is (51,52,78). Sum of RGB (Red+Green+Blue) = 51+52+78=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #33344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33344E is #CCCBB1. Grayscale: #363636. Windows color (decimal): -13421490 or 5125171. OLE color: 5125171.
HSL color Cylindrical-coordinate representation of color #33344E: hue angle of 237.78º 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 #33344E is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 52 | 78 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.69 |
| HSL | 237.78º | 0.21% | 0.25% | - |
| HSV(B) | 237.78º | 0.35% | 0.31% | - |
| XYZ | 3.97 | 3.71 | 7.71 | - |
| YUV | 54.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 78 | 0.35 | 0.33 | 0 | 0.69 | 237.78 | 0.21 | 0.25 |
| Hex | 33 | 34 | 4E | 23 | 21 | 0 | 45 | EE | 15 | 19 |
| Octal | 63 | 64 | 116 | 43 | 41 | 0 | 105 | 356 | 25 | 31 |
| Binary | 110011 | 110100 | 1001110 | 100011 | 100001 | 0 | 1000101 | 11101110 | 10101 | 11001 |
Color Harmonies of #33344E
Complementary color
Monochromatic Colors of #33344E
Black with #33344E
Text Example
Text Example
White with #33344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33344E; }
p { color: rgb(51,52,78); }
H1.HeaderClassName
{
color: #33344E;
}
.AnyTagClassName
{
color: #33344E;
}
</style>
background-color css
<style>
a { background-color: #33344E; }
a { background-color: rgb(51,52,78); }
div.DivClassName
{
background-color: #33344E;
}
.BgClassName
{
background-color: #33344E;
}
</style>
border-color css
<style>
span { border-color: #33344E; }
span { border-color: rgb(51,52,78); }
td.TdClassName
{
border-color: #33344E;
}
.TagClassName
{
border-color: #33344E;
}
</style>