Shades of Lucky Point #2B335A
Tints of Lucky Point #2B335A
RGB
CMYK
RGB Variations
Color information
#2B335A (or 0x2B335A) is known color: Lucky Point. HEX triplet: 2B, 33 and 5A. RGB value is (43,51,90). Sum of RGB (Red+Green+Blue) = 43+51+90=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B335A is #D4CCA5. Grayscale: #343434. Windows color (decimal): -13946022 or 5911339. OLE color: 5911339.
HSL color Cylindrical-coordinate representation of color #2B335A: hue angle of 229.79º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B335A is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 51 | 90 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.65 |
| HSL | 229.79º | 0.35% | 0.26% | - |
| HSV(B) | 229.79º | 0.52% | 0.35% | - |
| XYZ | 4.03 | 3.62 | 10.16 | - |
| YUV | 53.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 90 | 0.52 | 0.43 | 0 | 0.65 | 229.79 | 0.35 | 0.26 |
| Hex | 2B | 33 | 5A | 34 | 2B | 0 | 41 | E6 | 23 | 1A |
| Octal | 53 | 63 | 132 | 64 | 53 | 0 | 101 | 346 | 43 | 32 |
| Binary | 101011 | 110011 | 1011010 | 110100 | 101011 | 0 | 1000001 | 11100110 | 100011 | 11010 |
Color Harmonies of #2B335A
Complementary color
Monochromatic Colors of #2B335A
Black with #2B335A
Text Example
Text Example
White with #2B335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B335A; }
p { color: rgb(43,51,90); }
H1.HeaderClassName
{
color: #2B335A;
}
.AnyTagClassName
{
color: #2B335A;
}
</style>
background-color css
<style>
a { background-color: #2B335A; }
a { background-color: rgb(43,51,90); }
div.DivClassName
{
background-color: #2B335A;
}
.BgClassName
{
background-color: #2B335A;
}
</style>
border-color css
<style>
span { border-color: #2B335A; }
span { border-color: rgb(43,51,90); }
td.TdClassName
{
border-color: #2B335A;
}
.TagClassName
{
border-color: #2B335A;
}
</style>