Shades of Lucky Point #232C5F
Tints of Lucky Point #232C5F
RGB
CMYK
RGB Variations
Color information
#232C5F (or 0x232C5F) is known color: Lucky Point. HEX triplet: 23, 2C and 5F. RGB value is (35,44,95). Sum of RGB (Red+Green+Blue) = 35+44+95=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #232C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C5F is #DCD3A0. Grayscale: #2E2E2E. Windows color (decimal): -14472097 or 6237219. OLE color: 6237219.
HSL color Cylindrical-coordinate representation of color #232C5F: hue angle of 231º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #232C5F is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 44 | 95 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.63 |
| HSL | 231º | 0.46% | 0.25% | - |
| HSV(B) | 231º | 0.63% | 0.37% | - |
| XYZ | 3.66 | 2.98 | 11.21 | - |
| YUV | 47.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 95 | 0.63 | 0.54 | 0 | 0.63 | 231 | 0.46 | 0.25 |
| Hex | 23 | 2C | 5F | 3F | 36 | 0 | 3F | E7 | 2E | 19 |
| Octal | 43 | 54 | 137 | 77 | 66 | 0 | 77 | 347 | 56 | 31 |
| Binary | 100011 | 101100 | 1011111 | 111111 | 110110 | 0 | 111111 | 11100111 | 101110 | 11001 |
Color Harmonies of #232C5F
Complementary color
Monochromatic Colors of #232C5F
Black with #232C5F
Text Example
Text Example
White with #232C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C5F; }
p { color: rgb(35,44,95); }
H1.HeaderClassName
{
color: #232C5F;
}
.AnyTagClassName
{
color: #232C5F;
}
</style>
background-color css
<style>
a { background-color: #232C5F; }
a { background-color: rgb(35,44,95); }
div.DivClassName
{
background-color: #232C5F;
}
.BgClassName
{
background-color: #232C5F;
}
</style>
border-color css
<style>
span { border-color: #232C5F; }
span { border-color: rgb(35,44,95); }
td.TdClassName
{
border-color: #232C5F;
}
.TagClassName
{
border-color: #232C5F;
}
</style>