Shades of Lucky Point #35384C
Tints of Lucky Point #35384C
RGB
CMYK
RGB Variations
Color information
#35384C (or 0x35384C) is known color: Lucky Point. HEX triplet: 35, 38 and 4C. RGB value is (53,56,76). Sum of RGB (Red+Green+Blue) = 53+56+76=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #35384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35384C is #CAC7B3. Grayscale: #393939. Windows color (decimal): -13289396 or 4995125. OLE color: 4995125.
HSL color Cylindrical-coordinate representation of color #35384C: hue angle of 232.17º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #35384C is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 56 | 76 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.70 |
| HSL | 232.17º | 0.18% | 0.25% | - |
| HSV(B) | 232.17º | 0.3% | 0.3% | - |
| XYZ | 4.19 | 4.11 | 7.41 | - |
| YUV | 57.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 76 | 0.30 | 0.26 | 0 | 0.70 | 232.17 | 0.18 | 0.25 |
| Hex | 35 | 38 | 4C | 1E | 1A | 0 | 46 | E8 | 12 | 19 |
| Octal | 65 | 70 | 114 | 36 | 32 | 0 | 106 | 350 | 22 | 31 |
| Binary | 110101 | 111000 | 1001100 | 11110 | 11010 | 0 | 1000110 | 11101000 | 10010 | 11001 |
Color Harmonies of #35384C
Complementary color
Monochromatic Colors of #35384C
Black with #35384C
Text Example
Text Example
White with #35384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35384C; }
p { color: rgb(53,56,76); }
H1.HeaderClassName
{
color: #35384C;
}
.AnyTagClassName
{
color: #35384C;
}
</style>
background-color css
<style>
a { background-color: #35384C; }
a { background-color: rgb(53,56,76); }
div.DivClassName
{
background-color: #35384C;
}
.BgClassName
{
background-color: #35384C;
}
</style>
border-color css
<style>
span { border-color: #35384C; }
span { border-color: rgb(53,56,76); }
td.TdClassName
{
border-color: #35384C;
}
.TagClassName
{
border-color: #35384C;
}
</style>