Shades of Lucky Point #232F53
Tints of Lucky Point #232F53
RGB
CMYK
RGB Variations
Color information
#232F53 (or 0x232F53) is known color: Lucky Point. HEX triplet: 23, 2F and 53. RGB value is (35,47,83). Sum of RGB (Red+Green+Blue) = 35+47+83=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #232F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F53 is #DCD0AC. Grayscale: #2F2F2F. Windows color (decimal): -14471341 or 5451555. OLE color: 5451555.
HSL color Cylindrical-coordinate representation of color #232F53: hue angle of 225º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #232F53 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 47 | 83 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.67 |
| HSL | 225º | 0.41% | 0.23% | - |
| HSV(B) | 225º | 0.58% | 0.33% | - |
| XYZ | 3.27 | 3.01 | 8.59 | - |
| YUV | 47.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 83 | 0.58 | 0.43 | 0 | 0.67 | 225 | 0.41 | 0.23 |
| Hex | 23 | 2F | 53 | 3A | 2B | 0 | 43 | E1 | 29 | 17 |
| Octal | 43 | 57 | 123 | 72 | 53 | 0 | 103 | 341 | 51 | 27 |
| Binary | 100011 | 101111 | 1010011 | 111010 | 101011 | 0 | 1000011 | 11100001 | 101001 | 10111 |
Color Harmonies of #232F53
Complementary color
Monochromatic Colors of #232F53
Black with #232F53
Text Example
Text Example
White with #232F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F53; }
p { color: rgb(35,47,83); }
H1.HeaderClassName
{
color: #232F53;
}
.AnyTagClassName
{
color: #232F53;
}
</style>
background-color css
<style>
a { background-color: #232F53; }
a { background-color: rgb(35,47,83); }
div.DivClassName
{
background-color: #232F53;
}
.BgClassName
{
background-color: #232F53;
}
</style>
border-color css
<style>
span { border-color: #232F53; }
span { border-color: rgb(35,47,83); }
td.TdClassName
{
border-color: #232F53;
}
.TagClassName
{
border-color: #232F53;
}
</style>