Shades of Lucky Point #232E5C
Tints of Lucky Point #232E5C
RGB
CMYK
RGB Variations
Color information
#232E5C (or 0x232E5C) is known color: Lucky Point. HEX triplet: 23, 2E and 5C. RGB value is (35,46,92). Sum of RGB (Red+Green+Blue) = 35+46+92=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #232E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E5C is #DCD1A3. Grayscale: #2F2F2F. Windows color (decimal): -14471588 or 6041123. OLE color: 6041123.
HSL color Cylindrical-coordinate representation of color #232E5C: hue angle of 228.42º 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 #232E5C is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 46 | 92 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.64 |
| HSL | 228.42º | 0.45% | 0.25% | - |
| HSV(B) | 228.42º | 0.62% | 0.36% | - |
| XYZ | 3.6 | 3.08 | 10.53 | - |
| YUV | 47.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 92 | 0.62 | 0.50 | 0 | 0.64 | 228.42 | 0.45 | 0.25 |
| Hex | 23 | 2E | 5C | 3E | 32 | 0 | 40 | E4 | 2D | 19 |
| Octal | 43 | 56 | 134 | 76 | 62 | 0 | 100 | 344 | 55 | 31 |
| Binary | 100011 | 101110 | 1011100 | 111110 | 110010 | 0 | 1000000 | 11100100 | 101101 | 11001 |
Color Harmonies of #232E5C
Complementary color
Monochromatic Colors of #232E5C
Black with #232E5C
Text Example
Text Example
White with #232E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E5C; }
p { color: rgb(35,46,92); }
H1.HeaderClassName
{
color: #232E5C;
}
.AnyTagClassName
{
color: #232E5C;
}
</style>
background-color css
<style>
a { background-color: #232E5C; }
a { background-color: rgb(35,46,92); }
div.DivClassName
{
background-color: #232E5C;
}
.BgClassName
{
background-color: #232E5C;
}
</style>
border-color css
<style>
span { border-color: #232E5C; }
span { border-color: rgb(35,46,92); }
td.TdClassName
{
border-color: #232E5C;
}
.TagClassName
{
border-color: #232E5C;
}
</style>