Shades of Lucky Point #21244B
Tints of Lucky Point #21244B
RGB
CMYK
RGB Variations
Color information
#21244B (or 0x21244B) is known color: Lucky Point. HEX triplet: 21, 24 and 4B. RGB value is (33,36,75). Sum of RGB (Red+Green+Blue) = 33+36+75=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #21244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21244B is #DEDBB4. Grayscale: #272727. Windows color (decimal): -14605237 or 4924449. OLE color: 4924449.
HSL color Cylindrical-coordinate representation of color #21244B: hue angle of 235.71º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #21244B is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 36 | 75 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.71 |
| HSL | 235.71º | 0.39% | 0.21% | - |
| HSV(B) | 235.71º | 0.56% | 0.29% | - |
| XYZ | 2.53 | 2.09 | 6.93 | - |
| YUV | 39.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 75 | 0.56 | 0.52 | 0 | 0.71 | 235.71 | 0.39 | 0.21 |
| Hex | 21 | 24 | 4B | 38 | 34 | 0 | 47 | EC | 27 | 15 |
| Octal | 41 | 44 | 113 | 70 | 64 | 0 | 107 | 354 | 47 | 25 |
| Binary | 100001 | 100100 | 1001011 | 111000 | 110100 | 0 | 1000111 | 11101100 | 100111 | 10101 |
Color Harmonies of #21244B
Complementary color
Monochromatic Colors of #21244B
Black with #21244B
Text Example
Text Example
White with #21244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21244B; }
p { color: rgb(33,36,75); }
H1.HeaderClassName
{
color: #21244B;
}
.AnyTagClassName
{
color: #21244B;
}
</style>
background-color css
<style>
a { background-color: #21244B; }
a { background-color: rgb(33,36,75); }
div.DivClassName
{
background-color: #21244B;
}
.BgClassName
{
background-color: #21244B;
}
</style>
border-color css
<style>
span { border-color: #21244B; }
span { border-color: rgb(33,36,75); }
td.TdClassName
{
border-color: #21244B;
}
.TagClassName
{
border-color: #21244B;
}
</style>