Shades of Lucky Point #21285D
Tints of Lucky Point #21285D
RGB
CMYK
RGB Variations
Color information
#21285D (or 0x21285D) is known color: Lucky Point. HEX triplet: 21, 28 and 5D. RGB value is (33,40,93). Sum of RGB (Red+Green+Blue) = 33+40+93=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #21285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21285D is #DED7A2. Grayscale: #2B2B2B. Windows color (decimal): -14604195 or 6105121. OLE color: 6105121.
HSL color Cylindrical-coordinate representation of color #21285D: hue angle of 233º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21285D is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 40 | 93 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.64 |
| HSL | 233º | 0.48% | 0.25% | - |
| HSV(B) | 233º | 0.65% | 0.36% | - |
| XYZ | 3.36 | 2.63 | 10.69 | - |
| YUV | 43.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 93 | 0.65 | 0.57 | 0 | 0.64 | 233 | 0.48 | 0.25 |
| Hex | 21 | 28 | 5D | 41 | 39 | 0 | 40 | E9 | 30 | 19 |
| Octal | 41 | 50 | 135 | 101 | 71 | 0 | 100 | 351 | 60 | 31 |
| Binary | 100001 | 101000 | 1011101 | 1000001 | 111001 | 0 | 1000000 | 11101001 | 110000 | 11001 |
Color Harmonies of #21285D
Complementary color
Monochromatic Colors of #21285D
Black with #21285D
Text Example
Text Example
White with #21285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21285D; }
p { color: rgb(33,40,93); }
H1.HeaderClassName
{
color: #21285D;
}
.AnyTagClassName
{
color: #21285D;
}
</style>
background-color css
<style>
a { background-color: #21285D; }
a { background-color: rgb(33,40,93); }
div.DivClassName
{
background-color: #21285D;
}
.BgClassName
{
background-color: #21285D;
}
</style>
border-color css
<style>
span { border-color: #21285D; }
span { border-color: rgb(33,40,93); }
td.TdClassName
{
border-color: #21285D;
}
.TagClassName
{
border-color: #21285D;
}
</style>