Shades of Lucky Point #28305A
Tints of Lucky Point #28305A
RGB
CMYK
RGB Variations
Color information
#28305A (or 0x28305A) is known color: Lucky Point. HEX triplet: 28, 30 and 5A. RGB value is (40,48,90). Sum of RGB (Red+Green+Blue) = 40+48+90=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #28305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28305A is #D7CFA5. Grayscale: #323232. Windows color (decimal): -14143398 or 5910568. OLE color: 5910568.
HSL color Cylindrical-coordinate representation of color #28305A: hue angle of 230.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28305A is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 48 | 90 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.65 |
| HSL | 230.4º | 0.38% | 0.25% | - |
| HSV(B) | 230.4º | 0.56% | 0.35% | - |
| XYZ | 3.78 | 3.3 | 10.11 | - |
| YUV | 50.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 90 | 0.56 | 0.47 | 0 | 0.65 | 230.4 | 0.38 | 0.25 |
| Hex | 28 | 30 | 5A | 38 | 2F | 0 | 41 | E6 | 26 | 19 |
| Octal | 50 | 60 | 132 | 70 | 57 | 0 | 101 | 346 | 46 | 31 |
| Binary | 101000 | 110000 | 1011010 | 111000 | 101111 | 0 | 1000001 | 11100110 | 100110 | 11001 |
Color Harmonies of #28305A
Complementary color
Monochromatic Colors of #28305A
Black with #28305A
Text Example
Text Example
White with #28305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28305A; }
p { color: rgb(40,48,90); }
H1.HeaderClassName
{
color: #28305A;
}
.AnyTagClassName
{
color: #28305A;
}
</style>
background-color css
<style>
a { background-color: #28305A; }
a { background-color: rgb(40,48,90); }
div.DivClassName
{
background-color: #28305A;
}
.BgClassName
{
background-color: #28305A;
}
</style>
border-color css
<style>
span { border-color: #28305A; }
span { border-color: rgb(40,48,90); }
td.TdClassName
{
border-color: #28305A;
}
.TagClassName
{
border-color: #28305A;
}
</style>