Shades of Lucky Point #232A60
Tints of Lucky Point #232A60
RGB
CMYK
RGB Variations
Color information
#232A60 (or 0x232A60) is known color: Lucky Point. HEX triplet: 23, 2A and 60. RGB value is (35,42,96). Sum of RGB (Red+Green+Blue) = 35+42+96=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #232A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A60 is #DCD59F. Grayscale: #2D2D2D. Windows color (decimal): -14472608 or 6302243. OLE color: 6302243.
HSL color Cylindrical-coordinate representation of color #232A60: hue angle of 233.11º 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 #232A60 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 42 | 96 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.62 |
| HSL | 233.11º | 0.47% | 0.26% | - |
| HSV(B) | 233.11º | 0.64% | 0.38% | - |
| XYZ | 3.63 | 2.86 | 11.43 | - |
| YUV | 46.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 96 | 0.64 | 0.56 | 0 | 0.62 | 233.11 | 0.47 | 0.26 |
| Hex | 23 | 2A | 60 | 40 | 38 | 0 | 3E | E9 | 2F | 1A |
| Octal | 43 | 52 | 140 | 100 | 70 | 0 | 76 | 351 | 57 | 32 |
| Binary | 100011 | 101010 | 1100000 | 1000000 | 111000 | 0 | 111110 | 11101001 | 101111 | 11010 |
Color Harmonies of #232A60
Complementary color
Monochromatic Colors of #232A60
Black with #232A60
Text Example
Text Example
White with #232A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A60; }
p { color: rgb(35,42,96); }
H1.HeaderClassName
{
color: #232A60;
}
.AnyTagClassName
{
color: #232A60;
}
</style>
background-color css
<style>
a { background-color: #232A60; }
a { background-color: rgb(35,42,96); }
div.DivClassName
{
background-color: #232A60;
}
.BgClassName
{
background-color: #232A60;
}
</style>
border-color css
<style>
span { border-color: #232A60; }
span { border-color: rgb(35,42,96); }
td.TdClassName
{
border-color: #232A60;
}
.TagClassName
{
border-color: #232A60;
}
</style>