Shades of Lucky Point #233061
Tints of Lucky Point #233061
RGB
CMYK
RGB Variations
Color information
#233061 (or 0x233061) is known color: Lucky Point. HEX triplet: 23, 30 and 61. RGB value is (35,48,97). Sum of RGB (Red+Green+Blue) = 35+48+97=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #233061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233061 is #DCCF9E. Grayscale: #313131. Windows color (decimal): -14471071 or 6369315. OLE color: 6369315.
HSL color Cylindrical-coordinate representation of color #233061: hue angle of 227.42º 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 #233061 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 48 | 97 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.62 |
| HSL | 227.42º | 0.47% | 0.26% | - |
| HSV(B) | 227.42º | 0.64% | 0.38% | - |
| XYZ | 3.91 | 3.33 | 11.75 | - |
| YUV | 49.7 | 154.69 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 97 | 0.64 | 0.51 | 0 | 0.62 | 227.42 | 0.47 | 0.26 |
| Hex | 23 | 30 | 61 | 40 | 33 | 0 | 3E | E3 | 2F | 1A |
| Octal | 43 | 60 | 141 | 100 | 63 | 0 | 76 | 343 | 57 | 32 |
| Binary | 100011 | 110000 | 1100001 | 1000000 | 110011 | 0 | 111110 | 11100011 | 101111 | 11010 |
Color Harmonies of #233061
Complementary color
Monochromatic Colors of #233061
Black with #233061
Text Example
Text Example
White with #233061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233061; }
p { color: rgb(35,48,97); }
H1.HeaderClassName
{
color: #233061;
}
.AnyTagClassName
{
color: #233061;
}
</style>
background-color css
<style>
a { background-color: #233061; }
a { background-color: rgb(35,48,97); }
div.DivClassName
{
background-color: #233061;
}
.BgClassName
{
background-color: #233061;
}
</style>
border-color css
<style>
span { border-color: #233061; }
span { border-color: rgb(35,48,97); }
td.TdClassName
{
border-color: #233061;
}
.TagClassName
{
border-color: #233061;
}
</style>