#212963

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

Shades of Lucky Point #212963

Tints of Lucky Point #212963

Color information

#212963 (or 0x212963) is unknown color: approx Lucky Point. HEX triplet: 21, 29 and 63. RGB value is (33,41,99). Sum of RGB (Red+Green+Blue) = 33+41+99=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #212963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212963 is #DED69C. Grayscale: #2C2C2C. Windows color (decimal): -14603933 or 6498593. OLE color: 6498593.

HSL color Cylindrical-coordinate representation of color #212963: hue angle of 232.73º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212963 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB334199-
CMYK0.670.5900.61
HSL232.73º50%25.88%-
HSV(B)232.73º66.67%38.82%-
XYZ3.672.8112.15-
YUV45.22158.35119.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 99 (39.06% from 255) = 57.23%
R=19.08%
G=23.70%
B=57.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3341990.670.5900.61232.735025.88
Hex212963433B03De9321a
Octal4151143103730753516232
Binary1000011010011100011100001111101101111011110100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212963; }

 p { color: rgb(33,41,99); }

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

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

 a { background-color: rgb(33,41,99); }

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

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

 span { border-color: rgb(33,41,99); }

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