Shades of Lucky Point #23284A
Tints of Lucky Point #23284A
RGB
CMYK
RGB Variations
Color information
#23284A (or 0x23284A) is known color: Lucky Point. HEX triplet: 23, 28 and 4A. RGB value is (35,40,74). Sum of RGB (Red+Green+Blue) = 35+40+74=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #23284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23284A is #DCD7B5. Grayscale: #2A2A2A. Windows color (decimal): -14473142 or 4859939. OLE color: 4859939.
HSL color Cylindrical-coordinate representation of color #23284A: hue angle of 232.31º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23284A is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 40 | 74 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.71 |
| HSL | 232.31º | 0.36% | 0.21% | - |
| HSV(B) | 232.31º | 0.53% | 0.29% | - |
| XYZ | 2.69 | 2.37 | 6.79 | - |
| YUV | 42.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 74 | 0.53 | 0.46 | 0 | 0.71 | 232.31 | 0.36 | 0.21 |
| Hex | 23 | 28 | 4A | 35 | 2E | 0 | 47 | E8 | 24 | 15 |
| Octal | 43 | 50 | 112 | 65 | 56 | 0 | 107 | 350 | 44 | 25 |
| Binary | 100011 | 101000 | 1001010 | 110101 | 101110 | 0 | 1000111 | 11101000 | 100100 | 10101 |
Color Harmonies of #23284A
Complementary color
Monochromatic Colors of #23284A
Black with #23284A
Text Example
Text Example
White with #23284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23284A; }
p { color: rgb(35,40,74); }
H1.HeaderClassName
{
color: #23284A;
}
.AnyTagClassName
{
color: #23284A;
}
</style>
background-color css
<style>
a { background-color: #23284A; }
a { background-color: rgb(35,40,74); }
div.DivClassName
{
background-color: #23284A;
}
.BgClassName
{
background-color: #23284A;
}
</style>
border-color css
<style>
span { border-color: #23284A; }
span { border-color: rgb(35,40,74); }
td.TdClassName
{
border-color: #23284A;
}
.TagClassName
{
border-color: #23284A;
}
</style>