Shades of Lucky Point #232B4D
Tints of Lucky Point #232B4D
RGB
CMYK
RGB Variations
Color information
#232B4D (or 0x232B4D) is known color: Lucky Point. HEX triplet: 23, 2B and 4D. RGB value is (35,43,77). Sum of RGB (Red+Green+Blue) = 35+43+77=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #232B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B4D is #DCD4B2. Grayscale: #2C2C2C. Windows color (decimal): -14472371 or 5057315. OLE color: 5057315.
HSL color Cylindrical-coordinate representation of color #232B4D: hue angle of 228.57º 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 #232B4D is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 43 | 77 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.70 |
| HSL | 228.57º | 0.38% | 0.22% | - |
| HSV(B) | 228.57º | 0.55% | 0.3% | - |
| XYZ | 2.9 | 2.62 | 7.37 | - |
| YUV | 44.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 77 | 0.55 | 0.44 | 0 | 0.70 | 228.57 | 0.38 | 0.22 |
| Hex | 23 | 2B | 4D | 37 | 2C | 0 | 46 | E5 | 26 | 16 |
| Octal | 43 | 53 | 115 | 67 | 54 | 0 | 106 | 345 | 46 | 26 |
| Binary | 100011 | 101011 | 1001101 | 110111 | 101100 | 0 | 1000110 | 11100101 | 100110 | 10110 |
Color Harmonies of #232B4D
Complementary color
Monochromatic Colors of #232B4D
Black with #232B4D
Text Example
Text Example
White with #232B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B4D; }
p { color: rgb(35,43,77); }
H1.HeaderClassName
{
color: #232B4D;
}
.AnyTagClassName
{
color: #232B4D;
}
</style>
background-color css
<style>
a { background-color: #232B4D; }
a { background-color: rgb(35,43,77); }
div.DivClassName
{
background-color: #232B4D;
}
.BgClassName
{
background-color: #232B4D;
}
</style>
border-color css
<style>
span { border-color: #232B4D; }
span { border-color: rgb(35,43,77); }
td.TdClassName
{
border-color: #232B4D;
}
.TagClassName
{
border-color: #232B4D;
}
</style>