Shades of Lucky Point #232C4C
Tints of Lucky Point #232C4C
RGB
CMYK
RGB Variations
Color information
#232C4C (or 0x232C4C) is known color: Lucky Point. HEX triplet: 23, 2C and 4C. RGB value is (35,44,76). Sum of RGB (Red+Green+Blue) = 35+44+76=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #232C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C4C is #DCD3B3. Grayscale: #2C2C2C. Windows color (decimal): -14472116 or 4992035. OLE color: 4992035.
HSL color Cylindrical-coordinate representation of color #232C4C: hue angle of 226.83º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #232C4C is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 44 | 76 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.70 |
| HSL | 226.83º | 0.37% | 0.22% | - |
| HSV(B) | 226.83º | 0.54% | 0.3% | - |
| XYZ | 2.9 | 2.68 | 7.2 | - |
| YUV | 44.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 76 | 0.54 | 0.42 | 0 | 0.70 | 226.83 | 0.37 | 0.22 |
| Hex | 23 | 2C | 4C | 36 | 2A | 0 | 46 | E3 | 25 | 16 |
| Octal | 43 | 54 | 114 | 66 | 52 | 0 | 106 | 343 | 45 | 26 |
| Binary | 100011 | 101100 | 1001100 | 110110 | 101010 | 0 | 1000110 | 11100011 | 100101 | 10110 |
Color Harmonies of #232C4C
Complementary color
Monochromatic Colors of #232C4C
Black with #232C4C
Text Example
Text Example
White with #232C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C4C; }
p { color: rgb(35,44,76); }
H1.HeaderClassName
{
color: #232C4C;
}
.AnyTagClassName
{
color: #232C4C;
}
</style>
background-color css
<style>
a { background-color: #232C4C; }
a { background-color: rgb(35,44,76); }
div.DivClassName
{
background-color: #232C4C;
}
.BgClassName
{
background-color: #232C4C;
}
</style>
border-color css
<style>
span { border-color: #232C4C; }
span { border-color: rgb(35,44,76); }
td.TdClassName
{
border-color: #232C4C;
}
.TagClassName
{
border-color: #232C4C;
}
</style>