#212863

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

Shades of Lucky Point #212863

Tints of Lucky Point #212863

Color information

#212863 (or 0x212863) is unknown color: approx Lucky Point. HEX triplet: 21, 28 and 63. RGB value is (33,40,99). Sum of RGB (Red+Green+Blue) = 33+40+99=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #212863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212863 is #DED79C. Grayscale: #2C2C2C. Windows color (decimal): -14604189 or 6498337. OLE color: 6498337.

HSL color Cylindrical-coordinate representation of color #212863: hue angle of 233.64º 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 #212863 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB334099-
CMYK0.670.6000.61
HSL233.64º50%25.88%-
HSV(B)233.64º66.67%38.82%-
XYZ3.642.7412.14-
YUV44.63158.68119.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 40 (16.02% from 255) = 23.26%
BLUE value IS 99 (39.06% from 255) = 57.56%
R=19.19%
G=23.26%
B=57.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3340990.670.6000.61233.645025.88
Hex212863433C03Dea321a
Octal4150143103740753526232
Binary1000011010001100011100001111110001111011110101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212863; }

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

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

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

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

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

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

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

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