Shades of Lucky Point #232D4F
Tints of Lucky Point #232D4F
RGB
CMYK
RGB Variations
Color information
#232D4F (or 0x232D4F) is known color: Lucky Point. HEX triplet: 23, 2D and 4F. RGB value is (35,45,79). Sum of RGB (Red+Green+Blue) = 35+45+79=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #232D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D4F is #DCD2B0. Grayscale: #2D2D2D. Windows color (decimal): -14471857 or 5188899. OLE color: 5188899.
HSL color Cylindrical-coordinate representation of color #232D4F: hue angle of 226.36º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #232D4F is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 45 | 79 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.69 |
| HSL | 226.36º | 0.39% | 0.22% | - |
| HSV(B) | 226.36º | 0.56% | 0.31% | - |
| XYZ | 3.04 | 2.8 | 7.78 | - |
| YUV | 45.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 79 | 0.56 | 0.43 | 0 | 0.69 | 226.36 | 0.39 | 0.22 |
| Hex | 23 | 2D | 4F | 38 | 2B | 0 | 45 | E2 | 27 | 16 |
| Octal | 43 | 55 | 117 | 70 | 53 | 0 | 105 | 342 | 47 | 26 |
| Binary | 100011 | 101101 | 1001111 | 111000 | 101011 | 0 | 1000101 | 11100010 | 100111 | 10110 |
Color Harmonies of #232D4F
Complementary color
Monochromatic Colors of #232D4F
Black with #232D4F
Text Example
Text Example
White with #232D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D4F; }
p { color: rgb(35,45,79); }
H1.HeaderClassName
{
color: #232D4F;
}
.AnyTagClassName
{
color: #232D4F;
}
</style>
background-color css
<style>
a { background-color: #232D4F; }
a { background-color: rgb(35,45,79); }
div.DivClassName
{
background-color: #232D4F;
}
.BgClassName
{
background-color: #232D4F;
}
</style>
border-color css
<style>
span { border-color: #232D4F; }
span { border-color: rgb(35,45,79); }
td.TdClassName
{
border-color: #232D4F;
}
.TagClassName
{
border-color: #232D4F;
}
</style>