Shades of Lucky Point #23274C
Tints of Lucky Point #23274C
RGB
CMYK
RGB Variations
Color information
#23274C (or 0x23274C) is known color: Lucky Point. HEX triplet: 23, 27 and 4C. RGB value is (35,39,76). Sum of RGB (Red+Green+Blue) = 35+39+76=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #23274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23274C is #DCD8B3. Grayscale: #292929. Windows color (decimal): -14473396 or 4990755. OLE color: 4990755.
HSL color Cylindrical-coordinate representation of color #23274C: hue angle of 234.15º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23274C is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 39 | 76 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.70 |
| HSL | 234.15º | 0.37% | 0.22% | - |
| HSV(B) | 234.15º | 0.54% | 0.3% | - |
| XYZ | 2.72 | 2.33 | 7.14 | - |
| YUV | 42.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 76 | 0.54 | 0.49 | 0 | 0.70 | 234.15 | 0.37 | 0.22 |
| Hex | 23 | 27 | 4C | 36 | 31 | 0 | 46 | EA | 25 | 16 |
| Octal | 43 | 47 | 114 | 66 | 61 | 0 | 106 | 352 | 45 | 26 |
| Binary | 100011 | 100111 | 1001100 | 110110 | 110001 | 0 | 1000110 | 11101010 | 100101 | 10110 |
Color Harmonies of #23274C
Complementary color
Monochromatic Colors of #23274C
Black with #23274C
Text Example
Text Example
White with #23274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23274C; }
p { color: rgb(35,39,76); }
H1.HeaderClassName
{
color: #23274C;
}
.AnyTagClassName
{
color: #23274C;
}
</style>
background-color css
<style>
a { background-color: #23274C; }
a { background-color: rgb(35,39,76); }
div.DivClassName
{
background-color: #23274C;
}
.BgClassName
{
background-color: #23274C;
}
</style>
border-color css
<style>
span { border-color: #23274C; }
span { border-color: rgb(35,39,76); }
td.TdClassName
{
border-color: #23274C;
}
.TagClassName
{
border-color: #23274C;
}
</style>