#212C52

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

Shades of Lucky Point #212C52

Tints of Lucky Point #212C52

Color information

#212C52 (or 0x212C52) is unknown color: approx Lucky Point. HEX triplet: 21, 2C and 52. RGB value is (33,44,82). Sum of RGB (Red+Green+Blue) = 33+44+82=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #212C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C52 is #DED3AD. Grayscale: #2C2C2C. Windows color (decimal): -14603182 or 5385249. OLE color: 5385249.

HSL color Cylindrical-coordinate representation of color #212C52: hue angle of 226.53º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #212C52 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB334482-
CMYK0.600.4600.68
HSL226.53º42.61%22.55%-
HSV(B)226.53º59.76%32.16%-
XYZ3.052.738.35-
YUV45.04148.86119.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=20.75%
G=27.67%
B=51.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3344820.600.4600.68226.5342.6122.55
Hex212C523C2E044e32b17
Octal4154122745601043435327
Binary1000011011001010010111100101110010001001110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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