#212761

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

Shades of Lucky Point #212761

Tints of Lucky Point #212761

Color information

#212761 (or 0x212761) is unknown color: approx Lucky Point. HEX triplet: 21, 27 and 61. RGB value is (33,39,97). Sum of RGB (Red+Green+Blue) = 33+39+97=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #212761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212761 is #DED89E. Grayscale: #2B2B2B. Windows color (decimal): -14604447 or 6367009. OLE color: 6367009.

HSL color Cylindrical-coordinate representation of color #212761: hue angle of 234.38º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212761 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB333997-
CMYK0.660.6000.62
HSL234.38º49.23%25.49%-
HSV(B)234.38º65.98%38.04%-
XYZ3.512.6411.63-
YUV43.82158.01120.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=19.53%
G=23.08%
B=57.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3339970.660.6000.62234.3849.2325.49
Hex212761423C03Eea3119
Octal4147141102740763526131
Binary1000011001111100001100001011110001111101110101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212761; }

 p { color: rgb(33,39,97); }

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

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

 a { background-color: rgb(33,39,97); }

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

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

 span { border-color: rgb(33,39,97); }

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