Shades of Lucky Point #232A4E
Tints of Lucky Point #232A4E
RGB
CMYK
RGB Variations
Color information
#232A4E (or 0x232A4E) is known color: Lucky Point. HEX triplet: 23, 2A and 4E. RGB value is (35,42,78). Sum of RGB (Red+Green+Blue) = 35+42+78=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #232A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A4E is #DCD5B1. Grayscale: #2B2B2B. Windows color (decimal): -14472626 or 5122595. OLE color: 5122595.
HSL color Cylindrical-coordinate representation of color #232A4E: hue angle of 230.23º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #232A4E is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 42 | 78 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.69 |
| HSL | 230.23º | 0.38% | 0.22% | - |
| HSV(B) | 230.23º | 0.55% | 0.31% | - |
| XYZ | 2.9 | 2.56 | 7.55 | - |
| YUV | 44.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 78 | 0.55 | 0.46 | 0 | 0.69 | 230.23 | 0.38 | 0.22 |
| Hex | 23 | 2A | 4E | 37 | 2E | 0 | 45 | E6 | 26 | 16 |
| Octal | 43 | 52 | 116 | 67 | 56 | 0 | 105 | 346 | 46 | 26 |
| Binary | 100011 | 101010 | 1001110 | 110111 | 101110 | 0 | 1000101 | 11100110 | 100110 | 10110 |
Color Harmonies of #232A4E
Complementary color
Monochromatic Colors of #232A4E
Black with #232A4E
Text Example
Text Example
White with #232A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A4E; }
p { color: rgb(35,42,78); }
H1.HeaderClassName
{
color: #232A4E;
}
.AnyTagClassName
{
color: #232A4E;
}
</style>
background-color css
<style>
a { background-color: #232A4E; }
a { background-color: rgb(35,42,78); }
div.DivClassName
{
background-color: #232A4E;
}
.BgClassName
{
background-color: #232A4E;
}
</style>
border-color css
<style>
span { border-color: #232A4E; }
span { border-color: rgb(35,42,78); }
td.TdClassName
{
border-color: #232A4E;
}
.TagClassName
{
border-color: #232A4E;
}
</style>