Shades of Lucky Point #232A4D
Tints of Lucky Point #232A4D
RGB
CMYK
RGB Variations
Color information
#232A4D (or 0x232A4D) is known color: Lucky Point. HEX triplet: 23, 2A and 4D. RGB value is (35,42,77). Sum of RGB (Red+Green+Blue) = 35+42+77=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #232A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A4D is #DCD5B2. Grayscale: #2B2B2B. Windows color (decimal): -14472627 or 5057059. OLE color: 5057059.
HSL color Cylindrical-coordinate representation of color #232A4D: hue angle of 230º 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 #232A4D is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 42 | 77 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.70 |
| HSL | 230º | 0.38% | 0.22% | - |
| HSV(B) | 230º | 0.55% | 0.3% | - |
| XYZ | 2.86 | 2.55 | 7.36 | - |
| YUV | 43.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 77 | 0.55 | 0.45 | 0 | 0.70 | 230 | 0.38 | 0.22 |
| Hex | 23 | 2A | 4D | 37 | 2D | 0 | 46 | E6 | 26 | 16 |
| Octal | 43 | 52 | 115 | 67 | 55 | 0 | 106 | 346 | 46 | 26 |
| Binary | 100011 | 101010 | 1001101 | 110111 | 101101 | 0 | 1000110 | 11100110 | 100110 | 10110 |
Color Harmonies of #232A4D
Complementary color
Monochromatic Colors of #232A4D
Black with #232A4D
Text Example
Text Example
White with #232A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A4D; }
p { color: rgb(35,42,77); }
H1.HeaderClassName
{
color: #232A4D;
}
.AnyTagClassName
{
color: #232A4D;
}
</style>
background-color css
<style>
a { background-color: #232A4D; }
a { background-color: rgb(35,42,77); }
div.DivClassName
{
background-color: #232A4D;
}
.BgClassName
{
background-color: #232A4D;
}
</style>
border-color css
<style>
span { border-color: #232A4D; }
span { border-color: rgb(35,42,77); }
td.TdClassName
{
border-color: #232A4D;
}
.TagClassName
{
border-color: #232A4D;
}
</style>