Shades of Lucky Point #223060
Tints of Lucky Point #223060
RGB
CMYK
RGB Variations
Color information
#223060 (or 0x223060) is known color: Lucky Point. HEX triplet: 22, 30 and 60. RGB value is (34,48,96). Sum of RGB (Red+Green+Blue) = 34+48+96=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #223060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223060 is #DDCF9F. Grayscale: #313131. Windows color (decimal): -14536608 or 6303778. OLE color: 6303778.
HSL color Cylindrical-coordinate representation of color #223060: hue angle of 226.45º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #223060 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 48 | 96 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.62 |
| HSL | 226.45º | 0.48% | 0.25% | - |
| HSV(B) | 226.45º | 0.65% | 0.38% | - |
| XYZ | 3.83 | 3.3 | 11.5 | - |
| YUV | 49.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 48 | 96 | 0.65 | 0.50 | 0 | 0.62 | 226.45 | 0.48 | 0.25 |
| Hex | 22 | 30 | 60 | 41 | 32 | 0 | 3E | E2 | 30 | 19 |
| Octal | 42 | 60 | 140 | 101 | 62 | 0 | 76 | 342 | 60 | 31 |
| Binary | 100010 | 110000 | 1100000 | 1000001 | 110010 | 0 | 111110 | 11100010 | 110000 | 11001 |
Color Harmonies of #223060
Complementary color
Monochromatic Colors of #223060
Black with #223060
Text Example
Text Example
White with #223060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223060; }
p { color: rgb(34,48,96); }
H1.HeaderClassName
{
color: #223060;
}
.AnyTagClassName
{
color: #223060;
}
</style>
background-color css
<style>
a { background-color: #223060; }
a { background-color: rgb(34,48,96); }
div.DivClassName
{
background-color: #223060;
}
.BgClassName
{
background-color: #223060;
}
</style>
border-color css
<style>
span { border-color: #223060; }
span { border-color: rgb(34,48,96); }
td.TdClassName
{
border-color: #223060;
}
.TagClassName
{
border-color: #223060;
}
</style>