Shades of Lucky Point #21255B
Tints of Lucky Point #21255B
RGB
CMYK
RGB Variations
Color information
#21255B (or 0x21255B) is known color: Lucky Point. HEX triplet: 21, 25 and 5B. RGB value is (33,37,91). Sum of RGB (Red+Green+Blue) = 33+37+91=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #21255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21255B is #DEDAA4. Grayscale: #292929. Windows color (decimal): -14604965 or 5973281. OLE color: 5973281.
HSL color Cylindrical-coordinate representation of color #21255B: hue angle of 235.86º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21255B is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 37 | 91 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.64 |
| HSL | 235.86º | 0.47% | 0.24% | - |
| HSV(B) | 235.86º | 0.64% | 0.36% | - |
| XYZ | 3.18 | 2.4 | 10.19 | - |
| YUV | 41.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 91 | 0.64 | 0.59 | 0 | 0.64 | 235.86 | 0.47 | 0.24 |
| Hex | 21 | 25 | 5B | 40 | 3B | 0 | 40 | EC | 2F | 18 |
| Octal | 41 | 45 | 133 | 100 | 73 | 0 | 100 | 354 | 57 | 30 |
| Binary | 100001 | 100101 | 1011011 | 1000000 | 111011 | 0 | 1000000 | 11101100 | 101111 | 11000 |
Color Harmonies of #21255B
Complementary color
Monochromatic Colors of #21255B
Black with #21255B
Text Example
Text Example
White with #21255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21255B; }
p { color: rgb(33,37,91); }
H1.HeaderClassName
{
color: #21255B;
}
.AnyTagClassName
{
color: #21255B;
}
</style>
background-color css
<style>
a { background-color: #21255B; }
a { background-color: rgb(33,37,91); }
div.DivClassName
{
background-color: #21255B;
}
.BgClassName
{
background-color: #21255B;
}
</style>
border-color css
<style>
span { border-color: #21255B; }
span { border-color: rgb(33,37,91); }
td.TdClassName
{
border-color: #21255B;
}
.TagClassName
{
border-color: #21255B;
}
</style>