#212B4F

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

Shades of Lucky Point #212B4F

Tints of Lucky Point #212B4F

Color information

#212B4F (or 0x212B4F) is unknown color: approx Lucky Point. HEX triplet: 21, 2B and 4F. RGB value is (33,43,79). Sum of RGB (Red+Green+Blue) = 33+43+79=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #212B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B4F is #DED4B0. Grayscale: #2B2B2B. Windows color (decimal): -14603441 or 5188385. OLE color: 5188385.

HSL color Cylindrical-coordinate representation of color #212B4F: hue angle of 226.96º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #212B4F is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB334379-
CMYK0.580.4600.69
HSL226.96º41.07%21.96%-
HSV(B)226.96º58.23%30.98%-
XYZ2.92.627.75-
YUV44.11147.69120.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 79 (31.25% from 255) = 50.97%
R=21.29%
G=27.74%
B=50.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3343790.580.4600.69226.9641.0721.96
Hex212B4F3A2E045e32916
Octal4153117725601053435126
Binary1000011010111001111111010101110010001011110001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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