#212548

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

Shades of Lucky Point #212548

Tints of Lucky Point #212548

Color information

#212548 (or 0x212548) is unknown color: approx Lucky Point. HEX triplet: 21, 25 and 48. RGB value is (33,37,72). Sum of RGB (Red+Green+Blue) = 33+37+72=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #212548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212548 is #DEDAB7. Grayscale: #272727. Windows color (decimal): -14604984 or 4728097. OLE color: 4728097.

HSL color Cylindrical-coordinate representation of color #212548: hue angle of 233.85º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212548 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB333772-
CMYK0.540.4900.72
HSL233.85º37.14%20.59%-
HSV(B)233.85º54.17%28.24%-
XYZ2.462.116.41-
YUV39.79146.17123.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 72 (28.52% from 255) = 50.70%
R=23.24%
G=26.06%
B=50.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3337720.540.4900.72233.8537.1420.59
Hex2125483631048ea2515
Octal4145110666101103524525
Binary1000011001011001000110110110001010010001110101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212548; }

 p { color: rgb(33,37,72); }

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

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

 a { background-color: rgb(33,37,72); }

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

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

 span { border-color: rgb(33,37,72); }

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