Shades of Lucky Point #35374A
Tints of Lucky Point #35374A
RGB
CMYK
RGB Variations
Color information
#35374A (or 0x35374A) is known color: Lucky Point. HEX triplet: 35, 37 and 4A. RGB value is (53,55,74). Sum of RGB (Red+Green+Blue) = 53+55+74=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #35374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35374A is #CAC8B5. Grayscale: #383838. Windows color (decimal): -13289654 or 4863797. OLE color: 4863797.
HSL color Cylindrical-coordinate representation of color #35374A: hue angle of 234.29º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #35374A is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 55 | 74 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.71 |
| HSL | 234.29º | 0.17% | 0.25% | - |
| HSV(B) | 234.29º | 0.28% | 0.29% | - |
| XYZ | 4.07 | 3.98 | 7.03 | - |
| YUV | 56.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 74 | 0.28 | 0.26 | 0 | 0.71 | 234.29 | 0.17 | 0.25 |
| Hex | 35 | 37 | 4A | 1C | 1A | 0 | 47 | EA | 11 | 19 |
| Octal | 65 | 67 | 112 | 34 | 32 | 0 | 107 | 352 | 21 | 31 |
| Binary | 110101 | 110111 | 1001010 | 11100 | 11010 | 0 | 1000111 | 11101010 | 10001 | 11001 |
Color Harmonies of #35374A
Complementary color
Monochromatic Colors of #35374A
Black with #35374A
Text Example
Text Example
White with #35374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35374A; }
p { color: rgb(53,55,74); }
H1.HeaderClassName
{
color: #35374A;
}
.AnyTagClassName
{
color: #35374A;
}
</style>
background-color css
<style>
a { background-color: #35374A; }
a { background-color: rgb(53,55,74); }
div.DivClassName
{
background-color: #35374A;
}
.BgClassName
{
background-color: #35374A;
}
</style>
border-color css
<style>
span { border-color: #35374A; }
span { border-color: rgb(53,55,74); }
td.TdClassName
{
border-color: #35374A;
}
.TagClassName
{
border-color: #35374A;
}
</style>