Shades of Lucky Point #232B5C
Tints of Lucky Point #232B5C
RGB
CMYK
RGB Variations
Color information
#232B5C (or 0x232B5C) is known color: Lucky Point. HEX triplet: 23, 2B and 5C. RGB value is (35,43,92). Sum of RGB (Red+Green+Blue) = 35+43+92=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #232B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B5C is #DCD4A3. Grayscale: #2D2D2D. Windows color (decimal): -14472356 or 6040355. OLE color: 6040355.
HSL color Cylindrical-coordinate representation of color #232B5C: hue angle of 231.58º 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 #232B5C is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 43 | 92 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.64 |
| HSL | 231.58º | 0.45% | 0.25% | - |
| HSV(B) | 231.58º | 0.62% | 0.36% | - |
| XYZ | 3.49 | 2.86 | 10.49 | - |
| YUV | 46.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 92 | 0.62 | 0.53 | 0 | 0.64 | 231.58 | 0.45 | 0.25 |
| Hex | 23 | 2B | 5C | 3E | 35 | 0 | 40 | E8 | 2D | 19 |
| Octal | 43 | 53 | 134 | 76 | 65 | 0 | 100 | 350 | 55 | 31 |
| Binary | 100011 | 101011 | 1011100 | 111110 | 110101 | 0 | 1000000 | 11101000 | 101101 | 11001 |
Color Harmonies of #232B5C
Complementary color
Monochromatic Colors of #232B5C
Black with #232B5C
Text Example
Text Example
White with #232B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B5C; }
p { color: rgb(35,43,92); }
H1.HeaderClassName
{
color: #232B5C;
}
.AnyTagClassName
{
color: #232B5C;
}
</style>
background-color css
<style>
a { background-color: #232B5C; }
a { background-color: rgb(35,43,92); }
div.DivClassName
{
background-color: #232B5C;
}
.BgClassName
{
background-color: #232B5C;
}
</style>
border-color css
<style>
span { border-color: #232B5C; }
span { border-color: rgb(35,43,92); }
td.TdClassName
{
border-color: #232B5C;
}
.TagClassName
{
border-color: #232B5C;
}
</style>