Shades of Lucky Point #23294F
Tints of Lucky Point #23294F
RGB
CMYK
RGB Variations
Color information
#23294F (or 0x23294F) is known color: Lucky Point. HEX triplet: 23, 29 and 4F. RGB value is (35,41,79). Sum of RGB (Red+Green+Blue) = 35+41+79=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #23294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23294F is #DCD6B0. Grayscale: #2B2B2B. Windows color (decimal): -14472881 or 5187875. OLE color: 5187875.
HSL color Cylindrical-coordinate representation of color #23294F: hue angle of 231.82º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23294F is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 41 | 79 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.69 |
| HSL | 231.82º | 0.39% | 0.22% | - |
| HSV(B) | 231.82º | 0.56% | 0.31% | - |
| XYZ | 2.9 | 2.51 | 7.73 | - |
| YUV | 43.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 79 | 0.56 | 0.48 | 0 | 0.69 | 231.82 | 0.39 | 0.22 |
| Hex | 23 | 29 | 4F | 38 | 30 | 0 | 45 | E8 | 27 | 16 |
| Octal | 43 | 51 | 117 | 70 | 60 | 0 | 105 | 350 | 47 | 26 |
| Binary | 100011 | 101001 | 1001111 | 111000 | 110000 | 0 | 1000101 | 11101000 | 100111 | 10110 |
Color Harmonies of #23294F
Complementary color
Monochromatic Colors of #23294F
Black with #23294F
Text Example
Text Example
White with #23294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23294F; }
p { color: rgb(35,41,79); }
H1.HeaderClassName
{
color: #23294F;
}
.AnyTagClassName
{
color: #23294F;
}
</style>
background-color css
<style>
a { background-color: #23294F; }
a { background-color: rgb(35,41,79); }
div.DivClassName
{
background-color: #23294F;
}
.BgClassName
{
background-color: #23294F;
}
</style>
border-color css
<style>
span { border-color: #23294F; }
span { border-color: rgb(35,41,79); }
td.TdClassName
{
border-color: #23294F;
}
.TagClassName
{
border-color: #23294F;
}
</style>