#212A49

Color #212A49 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #212A49

Tints of Lucky Point #212A49

Color information

#212A49 (or 0x212A49) is unknown color: approx Lucky Point. HEX triplet: 21, 2A and 49. RGB value is (33,42,73). Sum of RGB (Red+Green+Blue) = 33+42+73=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #212A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A49 is #DED5B6. Grayscale: #2A2A2A. Windows color (decimal): -14603703 or 4794913. OLE color: 4794913.

HSL color Cylindrical-coordinate representation of color #212A49: hue angle of 226.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #212A49 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB334273-
CMYK0.550.4200.71
HSL226.5º37.74%20.78%-
HSV(B)226.5º54.79%28.63%-
XYZ2.662.466.64-
YUV42.84145.02120.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 42 (16.80% from 255) = 28.38%
BLUE value IS 73 (28.91% from 255) = 49.32%
R=22.30%
G=28.38%
B=49.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3342730.550.4200.71226.537.7420.78
Hex212A49372A047e22615
Octal4152111675201073424625
Binary1000011010101001001110111101010010001111110001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212A49; }

 p { color: rgb(33,42,73); }

 H1.HeaderClassName
 {
   color: #212A49;
 }
 .AnyTagClassName
 {
   color: #212A49;
 }
</style>
background-color css

<style>
 a { background-color: #212A49; }

 a { background-color: rgb(33,42,73); }

 div.DivClassName
 {
   background-color: #212A49;
 }
 .BgClassName
 {
   background-color: #212A49;
 }
</style>
border-color css

<style>
 span { border-color: #212A49; }

 span { border-color: rgb(33,42,73); }

 td.TdClassName
 {
   border-color: #212A49;
 }
 .TagClassName
 {
   border-color: #212A49;
 }
</style>