#212B4E

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

Shades of Lucky Point #212B4E

Tints of Lucky Point #212B4E

Color information

#212B4E (or 0x212B4E) is unknown color: approx Lucky Point. HEX triplet: 21, 2B and 4E. RGB value is (33,43,78). Sum of RGB (Red+Green+Blue) = 33+43+78=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #212B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B4E is #DED4B1. Grayscale: #2B2B2B. Windows color (decimal): -14603442 or 5122849. OLE color: 5122849.

HSL color Cylindrical-coordinate representation of color #212B4E: hue angle of 226.67º 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 #212B4E is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB334378-
CMYK0.580.4500.69
HSL226.67º40.54%21.76%-
HSV(B)226.67º57.69%30.59%-
XYZ2.872.67.56-
YUV44147.19120.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 43 (17.19% from 255) = 27.92%
BLUE value IS 78 (30.86% from 255) = 50.65%
R=21.43%
G=27.92%
B=50.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3343780.580.4500.69226.6740.5421.76
Hex212B4E3A2D045e32916
Octal4153116725501053435126
Binary1000011010111001110111010101101010001011110001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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