Shades of Lucky Point #232C5E
Tints of Lucky Point #232C5E
RGB
CMYK
RGB Variations
Color information
#232C5E (or 0x232C5E) is known color: Lucky Point. HEX triplet: 23, 2C and 5E. RGB value is (35,44,94). Sum of RGB (Red+Green+Blue) = 35+44+94=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #232C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C5E is #DCD3A1. Grayscale: #2E2E2E. Windows color (decimal): -14472098 or 6171683. OLE color: 6171683.
HSL color Cylindrical-coordinate representation of color #232C5E: hue angle of 230.85º 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 #232C5E is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 44 | 94 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.63 |
| HSL | 230.85º | 0.46% | 0.25% | - |
| HSV(B) | 230.85º | 0.63% | 0.37% | - |
| XYZ | 3.61 | 2.97 | 10.97 | - |
| YUV | 47.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 94 | 0.63 | 0.53 | 0 | 0.63 | 230.85 | 0.46 | 0.25 |
| Hex | 23 | 2C | 5E | 3F | 35 | 0 | 3F | E7 | 2E | 19 |
| Octal | 43 | 54 | 136 | 77 | 65 | 0 | 77 | 347 | 56 | 31 |
| Binary | 100011 | 101100 | 1011110 | 111111 | 110101 | 0 | 111111 | 11100111 | 101110 | 11001 |
Color Harmonies of #232C5E
Complementary color
Monochromatic Colors of #232C5E
Black with #232C5E
Text Example
Text Example
White with #232C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C5E; }
p { color: rgb(35,44,94); }
H1.HeaderClassName
{
color: #232C5E;
}
.AnyTagClassName
{
color: #232C5E;
}
</style>
background-color css
<style>
a { background-color: #232C5E; }
a { background-color: rgb(35,44,94); }
div.DivClassName
{
background-color: #232C5E;
}
.BgClassName
{
background-color: #232C5E;
}
</style>
border-color css
<style>
span { border-color: #232C5E; }
span { border-color: rgb(35,44,94); }
td.TdClassName
{
border-color: #232C5E;
}
.TagClassName
{
border-color: #232C5E;
}
</style>