Shades of Lucky Point #232C5C
Tints of Lucky Point #232C5C
RGB
CMYK
RGB Variations
Color information
#232C5C (or 0x232C5C) is known color: Lucky Point. HEX triplet: 23, 2C and 5C. RGB value is (35,44,92). Sum of RGB (Red+Green+Blue) = 35+44+92=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #232C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C5C is #DCD3A3. Grayscale: #2E2E2E. Windows color (decimal): -14472100 or 6040611. OLE color: 6040611.
HSL color Cylindrical-coordinate representation of color #232C5C: hue angle of 230.53º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #232C5C is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 44 | 92 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.64 |
| HSL | 230.53º | 0.45% | 0.25% | - |
| HSV(B) | 230.53º | 0.62% | 0.36% | - |
| XYZ | 3.53 | 2.93 | 10.51 | - |
| YUV | 46.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 92 | 0.62 | 0.52 | 0 | 0.64 | 230.53 | 0.45 | 0.25 |
| Hex | 23 | 2C | 5C | 3E | 34 | 0 | 40 | E7 | 2D | 19 |
| Octal | 43 | 54 | 134 | 76 | 64 | 0 | 100 | 347 | 55 | 31 |
| Binary | 100011 | 101100 | 1011100 | 111110 | 110100 | 0 | 1000000 | 11100111 | 101101 | 11001 |
Color Harmonies of #232C5C
Complementary color
Monochromatic Colors of #232C5C
Black with #232C5C
Text Example
Text Example
White with #232C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C5C; }
p { color: rgb(35,44,92); }
H1.HeaderClassName
{
color: #232C5C;
}
.AnyTagClassName
{
color: #232C5C;
}
</style>
background-color css
<style>
a { background-color: #232C5C; }
a { background-color: rgb(35,44,92); }
div.DivClassName
{
background-color: #232C5C;
}
.BgClassName
{
background-color: #232C5C;
}
</style>
border-color css
<style>
span { border-color: #232C5C; }
span { border-color: rgb(35,44,92); }
td.TdClassName
{
border-color: #232C5C;
}
.TagClassName
{
border-color: #232C5C;
}
</style>