Shades of Lucky Point #232654
Tints of Lucky Point #232654
RGB
CMYK
RGB Variations
Color information
#232654 (or 0x232654) is known color: Lucky Point. HEX triplet: 23, 26 and 54. RGB value is (35,38,84). Sum of RGB (Red+Green+Blue) = 35+38+84=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #232654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232654 is #DCD9AB. Grayscale: #2A2A2A. Windows color (decimal): -14473644 or 5514787. OLE color: 5514787.
HSL color Cylindrical-coordinate representation of color #232654: hue angle of 236.33º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #232654 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 38 | 84 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.67 |
| HSL | 236.33º | 0.41% | 0.23% | - |
| HSV(B) | 236.33º | 0.58% | 0.33% | - |
| XYZ | 2.99 | 2.38 | 8.69 | - |
| YUV | 42.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 84 | 0.58 | 0.55 | 0 | 0.67 | 236.33 | 0.41 | 0.23 |
| Hex | 23 | 26 | 54 | 3A | 37 | 0 | 43 | EC | 29 | 17 |
| Octal | 43 | 46 | 124 | 72 | 67 | 0 | 103 | 354 | 51 | 27 |
| Binary | 100011 | 100110 | 1010100 | 111010 | 110111 | 0 | 1000011 | 11101100 | 101001 | 10111 |
Color Harmonies of #232654
Complementary color
Monochromatic Colors of #232654
Black with #232654
Text Example
Text Example
White with #232654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232654; }
p { color: rgb(35,38,84); }
H1.HeaderClassName
{
color: #232654;
}
.AnyTagClassName
{
color: #232654;
}
</style>
background-color css
<style>
a { background-color: #232654; }
a { background-color: rgb(35,38,84); }
div.DivClassName
{
background-color: #232654;
}
.BgClassName
{
background-color: #232654;
}
</style>
border-color css
<style>
span { border-color: #232654; }
span { border-color: rgb(35,38,84); }
td.TdClassName
{
border-color: #232654;
}
.TagClassName
{
border-color: #232654;
}
</style>