Shades of Lucky Point #33364B
Tints of Lucky Point #33364B
RGB
CMYK
RGB Variations
Color information
#33364B (or 0x33364B) is known color: Lucky Point. HEX triplet: 33, 36 and 4B. RGB value is (51,54,75). Sum of RGB (Red+Green+Blue) = 51+54+75=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #33364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33364B is #CCC9B4. Grayscale: #373737. Windows color (decimal): -13420981 or 4929075. OLE color: 4929075.
HSL color Cylindrical-coordinate representation of color #33364B: hue angle of 232.5º 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 #33364B is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 54 | 75 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.71 |
| HSL | 232.5º | 0.19% | 0.25% | - |
| HSV(B) | 232.5º | 0.32% | 0.29% | - |
| XYZ | 3.95 | 3.85 | 7.19 | - |
| YUV | 55.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 75 | 0.32 | 0.28 | 0 | 0.71 | 232.5 | 0.19 | 0.25 |
| Hex | 33 | 36 | 4B | 20 | 1C | 0 | 47 | E8 | 13 | 19 |
| Octal | 63 | 66 | 113 | 40 | 34 | 0 | 107 | 350 | 23 | 31 |
| Binary | 110011 | 110110 | 1001011 | 100000 | 11100 | 0 | 1000111 | 11101000 | 10011 | 11001 |
Color Harmonies of #33364B
Complementary color
Monochromatic Colors of #33364B
Black with #33364B
Text Example
Text Example
White with #33364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33364B; }
p { color: rgb(51,54,75); }
H1.HeaderClassName
{
color: #33364B;
}
.AnyTagClassName
{
color: #33364B;
}
</style>
background-color css
<style>
a { background-color: #33364B; }
a { background-color: rgb(51,54,75); }
div.DivClassName
{
background-color: #33364B;
}
.BgClassName
{
background-color: #33364B;
}
</style>
border-color css
<style>
span { border-color: #33364B; }
span { border-color: rgb(51,54,75); }
td.TdClassName
{
border-color: #33364B;
}
.TagClassName
{
border-color: #33364B;
}
</style>