Shades of Lucky Point #212661
Tints of Lucky Point #212661
RGB
CMYK
RGB Variations
Color information
#212661 (or 0x212661) is known color: Lucky Point. HEX triplet: 21, 26 and 61. RGB value is (33,38,97). Sum of RGB (Red+Green+Blue) = 33+38+97=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #212661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212661 is #DED99E. Grayscale: #2A2A2A. Windows color (decimal): -14604703 or 6366753. OLE color: 6366753.
HSL color Cylindrical-coordinate representation of color #212661: hue angle of 235.31º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212661 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 38 | 97 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.62 |
| HSL | 235.31º | 0.49% | 0.25% | - |
| HSV(B) | 235.31º | 0.66% | 0.38% | - |
| XYZ | 3.48 | 2.57 | 11.62 | - |
| YUV | 43.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 97 | 0.66 | 0.61 | 0 | 0.62 | 235.31 | 0.49 | 0.25 |
| Hex | 21 | 26 | 61 | 42 | 3D | 0 | 3E | EB | 31 | 19 |
| Octal | 41 | 46 | 141 | 102 | 75 | 0 | 76 | 353 | 61 | 31 |
| Binary | 100001 | 100110 | 1100001 | 1000010 | 111101 | 0 | 111110 | 11101011 | 110001 | 11001 |
Color Harmonies of #212661
Complementary color
Monochromatic Colors of #212661
Black with #212661
Text Example
Text Example
White with #212661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212661; }
p { color: rgb(33,38,97); }
H1.HeaderClassName
{
color: #212661;
}
.AnyTagClassName
{
color: #212661;
}
</style>
background-color css
<style>
a { background-color: #212661; }
a { background-color: rgb(33,38,97); }
div.DivClassName
{
background-color: #212661;
}
.BgClassName
{
background-color: #212661;
}
</style>
border-color css
<style>
span { border-color: #212661; }
span { border-color: rgb(33,38,97); }
td.TdClassName
{
border-color: #212661;
}
.TagClassName
{
border-color: #212661;
}
</style>