Shades of Lucky Point #1F2C52
Tints of Lucky Point #1F2C52
RGB
CMYK
RGB Variations
Color information
#1F2C52 (or 0x1F2C52) is known color: Lucky Point. HEX triplet: 1F, 2C and 52. RGB value is (31,44,82). Sum of RGB (Red+Green+Blue) = 31+44+82=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F2C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2C52 is #E0D3AD. Grayscale: #2C2C2C. Windows color (decimal): -14734254 or 5385247. OLE color: 5385247.
HSL color Cylindrical-coordinate representation of color #1F2C52: hue angle of 224.71º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F2C52 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 44 | 82 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.68 |
| HSL | 224.71º | 0.45% | 0.22% | - |
| HSV(B) | 224.71º | 0.62% | 0.32% | - |
| XYZ | 2.99 | 2.7 | 8.35 | - |
| YUV | 44.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 44 | 82 | 0.62 | 0.46 | 0 | 0.68 | 224.71 | 0.45 | 0.22 |
| Hex | 1F | 2C | 52 | 3E | 2E | 0 | 44 | E1 | 2D | 16 |
| Octal | 37 | 54 | 122 | 76 | 56 | 0 | 104 | 341 | 55 | 26 |
| Binary | 11111 | 101100 | 1010010 | 111110 | 101110 | 0 | 1000100 | 11100001 | 101101 | 10110 |
Color Harmonies of #1F2C52
Complementary color
Monochromatic Colors of #1F2C52
Black with #1F2C52
Text Example
Text Example
White with #1F2C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2C52; }
p { color: rgb(31,44,82); }
H1.HeaderClassName
{
color: #1F2C52;
}
.AnyTagClassName
{
color: #1F2C52;
}
</style>
background-color css
<style>
a { background-color: #1F2C52; }
a { background-color: rgb(31,44,82); }
div.DivClassName
{
background-color: #1F2C52;
}
.BgClassName
{
background-color: #1F2C52;
}
</style>
border-color css
<style>
span { border-color: #1F2C52; }
span { border-color: rgb(31,44,82); }
td.TdClassName
{
border-color: #1F2C52;
}
.TagClassName
{
border-color: #1F2C52;
}
</style>