Shades of Lucky Point #232C4D
Tints of Lucky Point #232C4D
RGB
CMYK
RGB Variations
Color information
#232C4D (or 0x232C4D) is known color: Lucky Point. HEX triplet: 23, 2C and 4D. RGB value is (35,44,77). Sum of RGB (Red+Green+Blue) = 35+44+77=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #232C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C4D is #DCD3B2. Grayscale: #2C2C2C. Windows color (decimal): -14472115 or 5057571. OLE color: 5057571.
HSL color Cylindrical-coordinate representation of color #232C4D: hue angle of 227.14º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #232C4D is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 44 | 77 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.70 |
| HSL | 227.14º | 0.38% | 0.22% | - |
| HSV(B) | 227.14º | 0.55% | 0.3% | - |
| XYZ | 2.93 | 2.69 | 7.39 | - |
| YUV | 45.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 77 | 0.55 | 0.43 | 0 | 0.70 | 227.14 | 0.38 | 0.22 |
| Hex | 23 | 2C | 4D | 37 | 2B | 0 | 46 | E3 | 26 | 16 |
| Octal | 43 | 54 | 115 | 67 | 53 | 0 | 106 | 343 | 46 | 26 |
| Binary | 100011 | 101100 | 1001101 | 110111 | 101011 | 0 | 1000110 | 11100011 | 100110 | 10110 |
Color Harmonies of #232C4D
Complementary color
Monochromatic Colors of #232C4D
Black with #232C4D
Text Example
Text Example
White with #232C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C4D; }
p { color: rgb(35,44,77); }
H1.HeaderClassName
{
color: #232C4D;
}
.AnyTagClassName
{
color: #232C4D;
}
</style>
background-color css
<style>
a { background-color: #232C4D; }
a { background-color: rgb(35,44,77); }
div.DivClassName
{
background-color: #232C4D;
}
.BgClassName
{
background-color: #232C4D;
}
</style>
border-color css
<style>
span { border-color: #232C4D; }
span { border-color: rgb(35,44,77); }
td.TdClassName
{
border-color: #232C4D;
}
.TagClassName
{
border-color: #232C4D;
}
</style>