Shades of Lucky Point #21254C
Tints of Lucky Point #21254C
RGB
CMYK
RGB Variations
Color information
#21254C (or 0x21254C) is known color: Lucky Point. HEX triplet: 21, 25 and 4C. RGB value is (33,37,76). Sum of RGB (Red+Green+Blue) = 33+37+76=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #21254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21254C is #DEDAB3. Grayscale: #282828. Windows color (decimal): -14604980 or 4990241. OLE color: 4990241.
HSL color Cylindrical-coordinate representation of color #21254C: hue angle of 234.42º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21254C is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 37 | 76 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.70 |
| HSL | 234.42º | 0.39% | 0.21% | - |
| HSV(B) | 234.42º | 0.57% | 0.3% | - |
| XYZ | 2.59 | 2.17 | 7.12 | - |
| YUV | 40.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 76 | 0.57 | 0.51 | 0 | 0.70 | 234.42 | 0.39 | 0.21 |
| Hex | 21 | 25 | 4C | 39 | 33 | 0 | 46 | EA | 27 | 15 |
| Octal | 41 | 45 | 114 | 71 | 63 | 0 | 106 | 352 | 47 | 25 |
| Binary | 100001 | 100101 | 1001100 | 111001 | 110011 | 0 | 1000110 | 11101010 | 100111 | 10101 |
Color Harmonies of #21254C
Complementary color
Monochromatic Colors of #21254C
Black with #21254C
Text Example
Text Example
White with #21254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21254C; }
p { color: rgb(33,37,76); }
H1.HeaderClassName
{
color: #21254C;
}
.AnyTagClassName
{
color: #21254C;
}
</style>
background-color css
<style>
a { background-color: #21254C; }
a { background-color: rgb(33,37,76); }
div.DivClassName
{
background-color: #21254C;
}
.BgClassName
{
background-color: #21254C;
}
</style>
border-color css
<style>
span { border-color: #21254C; }
span { border-color: rgb(33,37,76); }
td.TdClassName
{
border-color: #21254C;
}
.TagClassName
{
border-color: #21254C;
}
</style>