Shades of Lucky Point #2B305C
Tints of Lucky Point #2B305C
RGB
CMYK
RGB Variations
Color information
#2B305C (or 0x2B305C) is known color: Lucky Point. HEX triplet: 2B, 30 and 5C. RGB value is (43,48,92). Sum of RGB (Red+Green+Blue) = 43+48+92=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B305C is #D4CFA3. Grayscale: #333333. Windows color (decimal): -13946788 or 6041643. OLE color: 6041643.
HSL color Cylindrical-coordinate representation of color #2B305C: hue angle of 233.88º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B305C is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 48 | 92 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.64 |
| HSL | 233.88º | 0.36% | 0.26% | - |
| HSV(B) | 233.88º | 0.53% | 0.36% | - |
| XYZ | 3.98 | 3.4 | 10.57 | - |
| YUV | 51.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 92 | 0.53 | 0.48 | 0 | 0.64 | 233.88 | 0.36 | 0.26 |
| Hex | 2B | 30 | 5C | 35 | 30 | 0 | 40 | EA | 24 | 1A |
| Octal | 53 | 60 | 134 | 65 | 60 | 0 | 100 | 352 | 44 | 32 |
| Binary | 101011 | 110000 | 1011100 | 110101 | 110000 | 0 | 1000000 | 11101010 | 100100 | 11010 |
Color Harmonies of #2B305C
Complementary color
Monochromatic Colors of #2B305C
Black with #2B305C
Text Example
Text Example
White with #2B305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B305C; }
p { color: rgb(43,48,92); }
H1.HeaderClassName
{
color: #2B305C;
}
.AnyTagClassName
{
color: #2B305C;
}
</style>
background-color css
<style>
a { background-color: #2B305C; }
a { background-color: rgb(43,48,92); }
div.DivClassName
{
background-color: #2B305C;
}
.BgClassName
{
background-color: #2B305C;
}
</style>
border-color css
<style>
span { border-color: #2B305C; }
span { border-color: rgb(43,48,92); }
td.TdClassName
{
border-color: #2B305C;
}
.TagClassName
{
border-color: #2B305C;
}
</style>