Shades of Lucky Point #35374E
Tints of Lucky Point #35374E
RGB
CMYK
RGB Variations
Color information
#35374E (or 0x35374E) is known color: Lucky Point. HEX triplet: 35, 37 and 4E. RGB value is (53,55,78). Sum of RGB (Red+Green+Blue) = 53+55+78=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #35374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35374E is #CAC8B1. Grayscale: #383838. Windows color (decimal): -13289650 or 5125941. OLE color: 5125941.
HSL color Cylindrical-coordinate representation of color #35374E: hue angle of 235.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #35374E is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 55 | 78 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.69 |
| HSL | 235.2º | 0.19% | 0.26% | - |
| HSV(B) | 235.2º | 0.32% | 0.31% | - |
| XYZ | 4.21 | 4.04 | 7.77 | - |
| YUV | 57.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 78 | 0.32 | 0.29 | 0 | 0.69 | 235.2 | 0.19 | 0.26 |
| Hex | 35 | 37 | 4E | 20 | 1D | 0 | 45 | EB | 13 | 1A |
| Octal | 65 | 67 | 116 | 40 | 35 | 0 | 105 | 353 | 23 | 32 |
| Binary | 110101 | 110111 | 1001110 | 100000 | 11101 | 0 | 1000101 | 11101011 | 10011 | 11010 |
Color Harmonies of #35374E
Complementary color
Monochromatic Colors of #35374E
Black with #35374E
Text Example
Text Example
White with #35374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35374E; }
p { color: rgb(53,55,78); }
H1.HeaderClassName
{
color: #35374E;
}
.AnyTagClassName
{
color: #35374E;
}
</style>
background-color css
<style>
a { background-color: #35374E; }
a { background-color: rgb(53,55,78); }
div.DivClassName
{
background-color: #35374E;
}
.BgClassName
{
background-color: #35374E;
}
</style>
border-color css
<style>
span { border-color: #35374E; }
span { border-color: rgb(53,55,78); }
td.TdClassName
{
border-color: #35374E;
}
.TagClassName
{
border-color: #35374E;
}
</style>