Shades of Lucky Point #21245C
Tints of Lucky Point #21245C
RGB
CMYK
RGB Variations
Color information
#21245C (or 0x21245C) is known color: Lucky Point. HEX triplet: 21, 24 and 5C. RGB value is (33,36,92). Sum of RGB (Red+Green+Blue) = 33+36+92=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #21245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21245C is #DEDBA3. Grayscale: #292929. Windows color (decimal): -14605220 or 6038561. OLE color: 6038561.
HSL color Cylindrical-coordinate representation of color #21245C: hue angle of 236.95º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21245C is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 36 | 92 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.64 |
| HSL | 236.95º | 0.47% | 0.25% | - |
| HSV(B) | 236.95º | 0.64% | 0.36% | - |
| XYZ | 3.19 | 2.36 | 10.41 | - |
| YUV | 41.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 92 | 0.64 | 0.61 | 0 | 0.64 | 236.95 | 0.47 | 0.25 |
| Hex | 21 | 24 | 5C | 40 | 3D | 0 | 40 | ED | 2F | 19 |
| Octal | 41 | 44 | 134 | 100 | 75 | 0 | 100 | 355 | 57 | 31 |
| Binary | 100001 | 100100 | 1011100 | 1000000 | 111101 | 0 | 1000000 | 11101101 | 101111 | 11001 |
Color Harmonies of #21245C
Complementary color
Monochromatic Colors of #21245C
Black with #21245C
Text Example
Text Example
White with #21245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21245C; }
p { color: rgb(33,36,92); }
H1.HeaderClassName
{
color: #21245C;
}
.AnyTagClassName
{
color: #21245C;
}
</style>
background-color css
<style>
a { background-color: #21245C; }
a { background-color: rgb(33,36,92); }
div.DivClassName
{
background-color: #21245C;
}
.BgClassName
{
background-color: #21245C;
}
</style>
border-color css
<style>
span { border-color: #21245C; }
span { border-color: rgb(33,36,92); }
td.TdClassName
{
border-color: #21245C;
}
.TagClassName
{
border-color: #21245C;
}
</style>