Shades of Lucky Point #23274E
Tints of Lucky Point #23274E
RGB
CMYK
RGB Variations
Color information
#23274E (or 0x23274E) is known color: Lucky Point. HEX triplet: 23, 27 and 4E. RGB value is (35,39,78). Sum of RGB (Red+Green+Blue) = 35+39+78=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #23274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23274E is #DCD8B1. Grayscale: #2A2A2A. Windows color (decimal): -14473394 or 5121827. OLE color: 5121827.
HSL color Cylindrical-coordinate representation of color #23274E: hue angle of 234.42º 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 #23274E is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 39 | 78 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.69 |
| HSL | 234.42º | 0.38% | 0.22% | - |
| HSV(B) | 234.42º | 0.55% | 0.31% | - |
| XYZ | 2.79 | 2.36 | 7.52 | - |
| YUV | 42.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 78 | 0.55 | 0.50 | 0 | 0.69 | 234.42 | 0.38 | 0.22 |
| Hex | 23 | 27 | 4E | 37 | 32 | 0 | 45 | EA | 26 | 16 |
| Octal | 43 | 47 | 116 | 67 | 62 | 0 | 105 | 352 | 46 | 26 |
| Binary | 100011 | 100111 | 1001110 | 110111 | 110010 | 0 | 1000101 | 11101010 | 100110 | 10110 |
Color Harmonies of #23274E
Complementary color
Monochromatic Colors of #23274E
Black with #23274E
Text Example
Text Example
White with #23274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23274E; }
p { color: rgb(35,39,78); }
H1.HeaderClassName
{
color: #23274E;
}
.AnyTagClassName
{
color: #23274E;
}
</style>
background-color css
<style>
a { background-color: #23274E; }
a { background-color: rgb(35,39,78); }
div.DivClassName
{
background-color: #23274E;
}
.BgClassName
{
background-color: #23274E;
}
</style>
border-color css
<style>
span { border-color: #23274E; }
span { border-color: rgb(35,39,78); }
td.TdClassName
{
border-color: #23274E;
}
.TagClassName
{
border-color: #23274E;
}
</style>