Shades of Lucky Point #232961
Tints of Lucky Point #232961
RGB
CMYK
RGB Variations
Color information
#232961 (or 0x232961) is known color: Lucky Point. HEX triplet: 23, 29 and 61. RGB value is (35,41,97). Sum of RGB (Red+Green+Blue) = 35+41+97=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #232961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232961 is #DCD69E. Grayscale: #2D2D2D. Windows color (decimal): -14472863 or 6367523. OLE color: 6367523.
HSL color Cylindrical-coordinate representation of color #232961: hue angle of 234.19º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #232961 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 41 | 97 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.62 |
| HSL | 234.19º | 0.47% | 0.26% | - |
| HSV(B) | 234.19º | 0.64% | 0.38% | - |
| XYZ | 3.64 | 2.81 | 11.66 | - |
| YUV | 45.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 97 | 0.64 | 0.58 | 0 | 0.62 | 234.19 | 0.47 | 0.26 |
| Hex | 23 | 29 | 61 | 40 | 3A | 0 | 3E | EA | 2F | 1A |
| Octal | 43 | 51 | 141 | 100 | 72 | 0 | 76 | 352 | 57 | 32 |
| Binary | 100011 | 101001 | 1100001 | 1000000 | 111010 | 0 | 111110 | 11101010 | 101111 | 11010 |
Color Harmonies of #232961
Complementary color
Monochromatic Colors of #232961
Black with #232961
Text Example
Text Example
White with #232961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232961; }
p { color: rgb(35,41,97); }
H1.HeaderClassName
{
color: #232961;
}
.AnyTagClassName
{
color: #232961;
}
</style>
background-color css
<style>
a { background-color: #232961; }
a { background-color: rgb(35,41,97); }
div.DivClassName
{
background-color: #232961;
}
.BgClassName
{
background-color: #232961;
}
</style>
border-color css
<style>
span { border-color: #232961; }
span { border-color: rgb(35,41,97); }
td.TdClassName
{
border-color: #232961;
}
.TagClassName
{
border-color: #232961;
}
</style>