Shades of Lucky Point #23274A
Tints of Lucky Point #23274A
RGB
CMYK
RGB Variations
Color information
#23274A (or 0x23274A) is known color: Lucky Point. HEX triplet: 23, 27 and 4A. RGB value is (35,39,74). Sum of RGB (Red+Green+Blue) = 35+39+74=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #23274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23274A is #DCD8B5. Grayscale: #292929. Windows color (decimal): -14473398 or 4859683. OLE color: 4859683.
HSL color Cylindrical-coordinate representation of color #23274A: hue angle of 233.85º 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 #23274A is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 39 | 74 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.71 |
| HSL | 233.85º | 0.36% | 0.21% | - |
| HSV(B) | 233.85º | 0.53% | 0.29% | - |
| XYZ | 2.65 | 2.3 | 6.78 | - |
| YUV | 41.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 74 | 0.53 | 0.47 | 0 | 0.71 | 233.85 | 0.36 | 0.21 |
| Hex | 23 | 27 | 4A | 35 | 2F | 0 | 47 | EA | 24 | 15 |
| Octal | 43 | 47 | 112 | 65 | 57 | 0 | 107 | 352 | 44 | 25 |
| Binary | 100011 | 100111 | 1001010 | 110101 | 101111 | 0 | 1000111 | 11101010 | 100100 | 10101 |
Color Harmonies of #23274A
Complementary color
Monochromatic Colors of #23274A
Black with #23274A
Text Example
Text Example
White with #23274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23274A; }
p { color: rgb(35,39,74); }
H1.HeaderClassName
{
color: #23274A;
}
.AnyTagClassName
{
color: #23274A;
}
</style>
background-color css
<style>
a { background-color: #23274A; }
a { background-color: rgb(35,39,74); }
div.DivClassName
{
background-color: #23274A;
}
.BgClassName
{
background-color: #23274A;
}
</style>
border-color css
<style>
span { border-color: #23274A; }
span { border-color: rgb(35,39,74); }
td.TdClassName
{
border-color: #23274A;
}
.TagClassName
{
border-color: #23274A;
}
</style>