Shades of Lucky Point #23294C
Tints of Lucky Point #23294C
RGB
CMYK
RGB Variations
Color information
#23294C (or 0x23294C) is known color: Lucky Point. HEX triplet: 23, 29 and 4C. RGB value is (35,41,76). Sum of RGB (Red+Green+Blue) = 35+41+76=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #23294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23294C is #DCD6B3. Grayscale: #2B2B2B. Windows color (decimal): -14472884 or 4991267. OLE color: 4991267.
HSL color Cylindrical-coordinate representation of color #23294C: hue angle of 231.22º 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 #23294C is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 41 | 76 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.70 |
| HSL | 231.22º | 0.37% | 0.22% | - |
| HSV(B) | 231.22º | 0.54% | 0.3% | - |
| XYZ | 2.79 | 2.47 | 7.17 | - |
| YUV | 43.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 76 | 0.54 | 0.46 | 0 | 0.70 | 231.22 | 0.37 | 0.22 |
| Hex | 23 | 29 | 4C | 36 | 2E | 0 | 46 | E7 | 25 | 16 |
| Octal | 43 | 51 | 114 | 66 | 56 | 0 | 106 | 347 | 45 | 26 |
| Binary | 100011 | 101001 | 1001100 | 110110 | 101110 | 0 | 1000110 | 11100111 | 100101 | 10110 |
Color Harmonies of #23294C
Complementary color
Monochromatic Colors of #23294C
Black with #23294C
Text Example
Text Example
White with #23294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23294C; }
p { color: rgb(35,41,76); }
H1.HeaderClassName
{
color: #23294C;
}
.AnyTagClassName
{
color: #23294C;
}
</style>
background-color css
<style>
a { background-color: #23294C; }
a { background-color: rgb(35,41,76); }
div.DivClassName
{
background-color: #23294C;
}
.BgClassName
{
background-color: #23294C;
}
</style>
border-color css
<style>
span { border-color: #23294C; }
span { border-color: rgb(35,41,76); }
td.TdClassName
{
border-color: #23294C;
}
.TagClassName
{
border-color: #23294C;
}
</style>