#212A4D

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

Shades of Lucky Point #212A4D

Tints of Lucky Point #212A4D

Color information

#212A4D (or 0x212A4D) is unknown color: approx Lucky Point. HEX triplet: 21, 2A and 4D. RGB value is (33,42,77). Sum of RGB (Red+Green+Blue) = 33+42+77=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #212A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A4D is #DED5B2. Grayscale: #2B2B2B. Windows color (decimal): -14603699 or 5057057. OLE color: 5057057.

HSL color Cylindrical-coordinate representation of color #212A4D: hue angle of 227.73º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #212A4D is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB334277-
CMYK0.570.4500.70
HSL227.73º40%21.57%-
HSV(B)227.73º57.14%30.2%-
XYZ2.792.527.36-
YUV43.3147.02120.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 77 (30.47% from 255) = 50.66%
R=21.71%
G=27.63%
B=50.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3342770.570.4500.70227.734021.57
Hex212A4D392D046e42816
Octal4152115715501063445026
Binary1000011010101001101111001101101010001101110010010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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