Shades of Lucky Point #222B5C
Tints of Lucky Point #222B5C
RGB
CMYK
RGB Variations
Color information
#222B5C (or 0x222B5C) is known color: Lucky Point. HEX triplet: 22, 2B and 5C. RGB value is (34,43,92). Sum of RGB (Red+Green+Blue) = 34+43+92=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #222B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B5C is #DDD4A3. Grayscale: #2D2D2D. Windows color (decimal): -14537892 or 6040354. OLE color: 6040354.
HSL color Cylindrical-coordinate representation of color #222B5C: hue angle of 230.69º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #222B5C is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 43 | 92 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.64 |
| HSL | 230.69º | 0.46% | 0.25% | - |
| HSV(B) | 230.69º | 0.63% | 0.36% | - |
| XYZ | 3.46 | 2.84 | 10.49 | - |
| YUV | 45.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 92 | 0.63 | 0.53 | 0 | 0.64 | 230.69 | 0.46 | 0.25 |
| Hex | 22 | 2B | 5C | 3F | 35 | 0 | 40 | E7 | 2E | 19 |
| Octal | 42 | 53 | 134 | 77 | 65 | 0 | 100 | 347 | 56 | 31 |
| Binary | 100010 | 101011 | 1011100 | 111111 | 110101 | 0 | 1000000 | 11100111 | 101110 | 11001 |
Color Harmonies of #222B5C
Complementary color
Monochromatic Colors of #222B5C
Black with #222B5C
Text Example
Text Example
White with #222B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B5C; }
p { color: rgb(34,43,92); }
H1.HeaderClassName
{
color: #222B5C;
}
.AnyTagClassName
{
color: #222B5C;
}
</style>
background-color css
<style>
a { background-color: #222B5C; }
a { background-color: rgb(34,43,92); }
div.DivClassName
{
background-color: #222B5C;
}
.BgClassName
{
background-color: #222B5C;
}
</style>
border-color css
<style>
span { border-color: #222B5C; }
span { border-color: rgb(34,43,92); }
td.TdClassName
{
border-color: #222B5C;
}
.TagClassName
{
border-color: #222B5C;
}
</style>