Shades of Lucky Point #33334B
Tints of Lucky Point #33334B
RGB
CMYK
RGB Variations
Color information
#33334B (or 0x33334B) is known color: Lucky Point. HEX triplet: 33, 33 and 4B. RGB value is (51,51,75). Sum of RGB (Red+Green+Blue) = 51+51+75=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #33334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33334B is #CCCCB4. Grayscale: #353535. Windows color (decimal): -13421749 or 4928307. OLE color: 4928307.
HSL color Cylindrical-coordinate representation of color #33334B: hue angle of 240º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #33334B is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 51 | 75 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.71 |
| HSL | 240º | 0.19% | 0.25% | - |
| HSV(B) | 240º | 0.32% | 0.29% | - |
| XYZ | 3.82 | 3.58 | 7.15 | - |
| YUV | 53.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 75 | 0.32 | 0.32 | 0 | 0.71 | 240 | 0.19 | 0.25 |
| Hex | 33 | 33 | 4B | 20 | 20 | 0 | 47 | F0 | 13 | 19 |
| Octal | 63 | 63 | 113 | 40 | 40 | 0 | 107 | 360 | 23 | 31 |
| Binary | 110011 | 110011 | 1001011 | 100000 | 100000 | 0 | 1000111 | 11110000 | 10011 | 11001 |
Color Harmonies of #33334B
Complementary color
Monochromatic Colors of #33334B
Black with #33334B
Text Example
Text Example
White with #33334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33334B; }
p { color: rgb(51,51,75); }
H1.HeaderClassName
{
color: #33334B;
}
.AnyTagClassName
{
color: #33334B;
}
</style>
background-color css
<style>
a { background-color: #33334B; }
a { background-color: rgb(51,51,75); }
div.DivClassName
{
background-color: #33334B;
}
.BgClassName
{
background-color: #33334B;
}
</style>
border-color css
<style>
span { border-color: #33334B; }
span { border-color: rgb(51,51,75); }
td.TdClassName
{
border-color: #33334B;
}
.TagClassName
{
border-color: #33334B;
}
</style>