Shades of Lucky Point #2A305A
Tints of Lucky Point #2A305A
RGB
CMYK
RGB Variations
Color information
#2A305A (or 0x2A305A) is known color: Lucky Point. HEX triplet: 2A, 30 and 5A. RGB value is (42,48,90). Sum of RGB (Red+Green+Blue) = 42+48+90=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A305A is #D5CFA5. Grayscale: #323232. Windows color (decimal): -14012326 or 5910570. OLE color: 5910570.
HSL color Cylindrical-coordinate representation of color #2A305A: hue angle of 232.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A305A is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 48 | 90 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.65 |
| HSL | 232.5º | 0.36% | 0.26% | - |
| HSV(B) | 232.5º | 0.53% | 0.35% | - |
| XYZ | 3.86 | 3.34 | 10.12 | - |
| YUV | 50.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 90 | 0.53 | 0.47 | 0 | 0.65 | 232.5 | 0.36 | 0.26 |
| Hex | 2A | 30 | 5A | 35 | 2F | 0 | 41 | E8 | 24 | 1A |
| Octal | 52 | 60 | 132 | 65 | 57 | 0 | 101 | 350 | 44 | 32 |
| Binary | 101010 | 110000 | 1011010 | 110101 | 101111 | 0 | 1000001 | 11101000 | 100100 | 11010 |
Color Harmonies of #2A305A
Complementary color
Monochromatic Colors of #2A305A
Black with #2A305A
Text Example
Text Example
White with #2A305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A305A; }
p { color: rgb(42,48,90); }
H1.HeaderClassName
{
color: #2A305A;
}
.AnyTagClassName
{
color: #2A305A;
}
</style>
background-color css
<style>
a { background-color: #2A305A; }
a { background-color: rgb(42,48,90); }
div.DivClassName
{
background-color: #2A305A;
}
.BgClassName
{
background-color: #2A305A;
}
</style>
border-color css
<style>
span { border-color: #2A305A; }
span { border-color: rgb(42,48,90); }
td.TdClassName
{
border-color: #2A305A;
}
.TagClassName
{
border-color: #2A305A;
}
</style>