#212749

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

Shades of Lucky Point #212749

Tints of Lucky Point #212749

Color information

#212749 (or 0x212749) is unknown color: approx Lucky Point. HEX triplet: 21, 27 and 49. RGB value is (33,39,73). Sum of RGB (Red+Green+Blue) = 33+39+73=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #212749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212749 is #DED8B6. Grayscale: #282828. Windows color (decimal): -14604471 or 4794145. OLE color: 4794145.

HSL color Cylindrical-coordinate representation of color #212749: hue angle of 231º 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 #212749 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB333973-
CMYK0.550.4700.71
HSL231º37.74%20.78%-
HSV(B)231º54.79%28.63%-
XYZ2.562.266.6-
YUV41.08146.01122.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 39 (15.62% from 255) = 26.90%
BLUE value IS 73 (28.91% from 255) = 50.34%
R=22.76%
G=26.90%
B=50.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3339730.550.4700.7123137.7420.78
Hex212749372F047e72615
Octal4147111675701073474625
Binary1000011001111001001110111101111010001111110011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212749; }

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

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

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

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

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

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

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

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