Shades of Lucky Point #2D305A
Tints of Lucky Point #2D305A
RGB
CMYK
RGB Variations
Color information
#2D305A (or 0x2D305A) is known color: Lucky Point. HEX triplet: 2D, 30 and 5A. RGB value is (45,48,90). Sum of RGB (Red+Green+Blue) = 45+48+90=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D305A is #D2CFA5. Grayscale: #333333. Windows color (decimal): -13815718 or 5910573. OLE color: 5910573.
HSL color Cylindrical-coordinate representation of color #2D305A: hue angle of 236º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D305A is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 48 | 90 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.65 |
| HSL | 236º | 0.33% | 0.26% | - |
| HSV(B) | 236º | 0.5% | 0.35% | - |
| XYZ | 3.98 | 3.41 | 10.12 | - |
| YUV | 51.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 90 | 0.50 | 0.47 | 0 | 0.65 | 236 | 0.33 | 0.26 |
| Hex | 2D | 30 | 5A | 32 | 2F | 0 | 41 | EC | 21 | 1A |
| Octal | 55 | 60 | 132 | 62 | 57 | 0 | 101 | 354 | 41 | 32 |
| Binary | 101101 | 110000 | 1011010 | 110010 | 101111 | 0 | 1000001 | 11101100 | 100001 | 11010 |
Color Harmonies of #2D305A
Complementary color
Monochromatic Colors of #2D305A
Black with #2D305A
Text Example
Text Example
White with #2D305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D305A; }
p { color: rgb(45,48,90); }
H1.HeaderClassName
{
color: #2D305A;
}
.AnyTagClassName
{
color: #2D305A;
}
</style>
background-color css
<style>
a { background-color: #2D305A; }
a { background-color: rgb(45,48,90); }
div.DivClassName
{
background-color: #2D305A;
}
.BgClassName
{
background-color: #2D305A;
}
</style>
border-color css
<style>
span { border-color: #2D305A; }
span { border-color: rgb(45,48,90); }
td.TdClassName
{
border-color: #2D305A;
}
.TagClassName
{
border-color: #2D305A;
}
</style>