#212B4D

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

Shades of Lucky Point #212B4D

Tints of Lucky Point #212B4D

Color information

#212B4D (or 0x212B4D) is unknown color: approx Lucky Point. HEX triplet: 21, 2B and 4D. RGB value is (33,43,77). Sum of RGB (Red+Green+Blue) = 33+43+77=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #212B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B4D is #DED4B2. Grayscale: #2B2B2B. Windows color (decimal): -14603443 or 5057313. OLE color: 5057313.

HSL color Cylindrical-coordinate representation of color #212B4D: hue angle of 226.36º 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 #212B4D is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB334377-
CMYK0.570.4400.70
HSL226.36º40%21.57%-
HSV(B)226.36º57.14%30.2%-
XYZ2.832.597.37-
YUV43.89146.69120.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.57%
GREEN value IS 43 (17.19% from 255) = 28.10%
BLUE value IS 77 (30.47% from 255) = 50.33%
R=21.57%
G=28.10%
B=50.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3343770.570.4400.70226.364021.57
Hex212B4D392C046e22816
Octal4153115715401063425026
Binary1000011010111001101111001101100010001101110001010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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