#212C51

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

Shades of Lucky Point #212C51

Tints of Lucky Point #212C51

Color information

#212C51 (or 0x212C51) is unknown color: approx Lucky Point. HEX triplet: 21, 2C and 51. RGB value is (33,44,81). Sum of RGB (Red+Green+Blue) = 33+44+81=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #212C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C51 is #DED3AE. Grayscale: #2C2C2C. Windows color (decimal): -14603183 or 5319713. OLE color: 5319713.

HSL color Cylindrical-coordinate representation of color #212C51: hue angle of 226.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #212C51 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB334481-
CMYK0.590.4600.68
HSL226.25º42.11%22.35%-
HSV(B)226.25º59.26%31.76%-
XYZ3.012.728.15-
YUV44.93148.36119.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 81 (32.03% from 255) = 51.27%
R=20.89%
G=27.85%
B=51.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3344810.590.4600.68226.2542.1122.35
Hex212C513B2E044e22a16
Octal4154121735601043425226
Binary1000011011001010001111011101110010001001110001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,44,81); }

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

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

 a { background-color: rgb(33,44,81); }

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

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

 span { border-color: rgb(33,44,81); }

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