Shades of Lucky Point #232A55
Tints of Lucky Point #232A55
RGB
CMYK
RGB Variations
Color information
#232A55 (or 0x232A55) is known color: Lucky Point. HEX triplet: 23, 2A and 55. RGB value is (35,42,85). Sum of RGB (Red+Green+Blue) = 35+42+85=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #232A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A55 is #DCD5AA. Grayscale: #2C2C2C. Windows color (decimal): -14472619 or 5581347. OLE color: 5581347.
HSL color Cylindrical-coordinate representation of color #232A55: hue angle of 231.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #232A55 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 42 | 85 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.67 |
| HSL | 231.6º | 0.42% | 0.24% | - |
| HSV(B) | 231.6º | 0.59% | 0.33% | - |
| XYZ | 3.16 | 2.67 | 8.94 | - |
| YUV | 44.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 85 | 0.59 | 0.51 | 0 | 0.67 | 231.6 | 0.42 | 0.24 |
| Hex | 23 | 2A | 55 | 3B | 33 | 0 | 43 | E8 | 2A | 18 |
| Octal | 43 | 52 | 125 | 73 | 63 | 0 | 103 | 350 | 52 | 30 |
| Binary | 100011 | 101010 | 1010101 | 111011 | 110011 | 0 | 1000011 | 11101000 | 101010 | 11000 |
Color Harmonies of #232A55
Complementary color
Monochromatic Colors of #232A55
Black with #232A55
Text Example
Text Example
White with #232A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A55; }
p { color: rgb(35,42,85); }
H1.HeaderClassName
{
color: #232A55;
}
.AnyTagClassName
{
color: #232A55;
}
</style>
background-color css
<style>
a { background-color: #232A55; }
a { background-color: rgb(35,42,85); }
div.DivClassName
{
background-color: #232A55;
}
.BgClassName
{
background-color: #232A55;
}
</style>
border-color css
<style>
span { border-color: #232A55; }
span { border-color: rgb(35,42,85); }
td.TdClassName
{
border-color: #232A55;
}
.TagClassName
{
border-color: #232A55;
}
</style>