Shades of Lucky Point #283255
Tints of Lucky Point #283255
RGB
CMYK
RGB Variations
Color information
#283255 (or 0x283255) is known color: Lucky Point. HEX triplet: 28, 32 and 55. RGB value is (40,50,85). Sum of RGB (Red+Green+Blue) = 40+50+85=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #283255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283255 is #D7CDAA. Grayscale: #323232. Windows color (decimal): -14142891 or 5583400. OLE color: 5583400.
HSL color Cylindrical-coordinate representation of color #283255: hue angle of 226.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #283255 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 50 | 85 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.67 |
| HSL | 226.67º | 0.36% | 0.25% | - |
| HSV(B) | 226.67º | 0.53% | 0.33% | - |
| XYZ | 3.66 | 3.39 | 9.06 | - |
| YUV | 51 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 85 | 0.53 | 0.41 | 0 | 0.67 | 226.67 | 0.36 | 0.25 |
| Hex | 28 | 32 | 55 | 35 | 29 | 0 | 43 | E3 | 24 | 19 |
| Octal | 50 | 62 | 125 | 65 | 51 | 0 | 103 | 343 | 44 | 31 |
| Binary | 101000 | 110010 | 1010101 | 110101 | 101001 | 0 | 1000011 | 11100011 | 100100 | 11001 |
Color Harmonies of #283255
Complementary color
Monochromatic Colors of #283255
Black with #283255
Text Example
Text Example
White with #283255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283255; }
p { color: rgb(40,50,85); }
H1.HeaderClassName
{
color: #283255;
}
.AnyTagClassName
{
color: #283255;
}
</style>
background-color css
<style>
a { background-color: #283255; }
a { background-color: rgb(40,50,85); }
div.DivClassName
{
background-color: #283255;
}
.BgClassName
{
background-color: #283255;
}
</style>
border-color css
<style>
span { border-color: #283255; }
span { border-color: rgb(40,50,85); }
td.TdClassName
{
border-color: #283255;
}
.TagClassName
{
border-color: #283255;
}
</style>