Shades of Lucky Point #35364D
Tints of Lucky Point #35364D
RGB
CMYK
RGB Variations
Color information
#35364D (or 0x35364D) is known color: Lucky Point. HEX triplet: 35, 36 and 4D. RGB value is (53,54,77). Sum of RGB (Red+Green+Blue) = 53+54+77=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #35364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35364D is #CAC9B2. Grayscale: #383838. Windows color (decimal): -13289907 or 5060149. OLE color: 5060149.
HSL color Cylindrical-coordinate representation of color #35364D: hue angle of 237.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #35364D is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 54 | 77 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.70 |
| HSL | 237.5º | 0.18% | 0.25% | - |
| HSV(B) | 237.5º | 0.31% | 0.3% | - |
| XYZ | 4.13 | 3.93 | 7.56 | - |
| YUV | 56.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 77 | 0.31 | 0.30 | 0 | 0.70 | 237.5 | 0.18 | 0.25 |
| Hex | 35 | 36 | 4D | 1F | 1E | 0 | 46 | EE | 12 | 19 |
| Octal | 65 | 66 | 115 | 37 | 36 | 0 | 106 | 356 | 22 | 31 |
| Binary | 110101 | 110110 | 1001101 | 11111 | 11110 | 0 | 1000110 | 11101110 | 10010 | 11001 |
Color Harmonies of #35364D
Complementary color
Monochromatic Colors of #35364D
Black with #35364D
Text Example
Text Example
White with #35364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35364D; }
p { color: rgb(53,54,77); }
H1.HeaderClassName
{
color: #35364D;
}
.AnyTagClassName
{
color: #35364D;
}
</style>
background-color css
<style>
a { background-color: #35364D; }
a { background-color: rgb(53,54,77); }
div.DivClassName
{
background-color: #35364D;
}
.BgClassName
{
background-color: #35364D;
}
</style>
border-color css
<style>
span { border-color: #35364D; }
span { border-color: rgb(53,54,77); }
td.TdClassName
{
border-color: #35364D;
}
.TagClassName
{
border-color: #35364D;
}
</style>