#212B54

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

Shades of Lucky Point #212B54

Tints of Lucky Point #212B54

Color information

#212B54 (or 0x212B54) is unknown color: approx Lucky Point. HEX triplet: 21, 2B and 54. RGB value is (33,43,84). Sum of RGB (Red+Green+Blue) = 33+43+84=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #212B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B54 is #DED4AB. Grayscale: #2C2C2C. Windows color (decimal): -14603436 or 5516065. OLE color: 5516065.

HSL color Cylindrical-coordinate representation of color #212B54: hue angle of 228.24º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #212B54 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB334384-
CMYK0.610.4900.67
HSL228.24º43.59%22.94%-
HSV(B)228.24º60.71%32.94%-
XYZ3.092.698.74-
YUV44.68150.19119.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 84 (33.20% from 255) = 52.5%
R=20.62%
G=26.88%
B=52.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3343840.610.4900.67228.2443.5922.94
Hex212B543D31043e42c17
Octal4153124756101033445427
Binary1000011010111010100111101110001010000111110010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,43,84); }

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

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

 a { background-color: rgb(33,43,84); }

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

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

 span { border-color: rgb(33,43,84); }

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