#212750

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

Shades of Lucky Point #212750

Tints of Lucky Point #212750

Color information

#212750 (or 0x212750) is unknown color: approx Lucky Point. HEX triplet: 21, 27 and 50. RGB value is (33,39,80). Sum of RGB (Red+Green+Blue) = 33+39+80=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #212750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212750 is #DED8AF. Grayscale: #292929. Windows color (decimal): -14604464 or 5252897. OLE color: 5252897.

HSL color Cylindrical-coordinate representation of color #212750: hue angle of 232.34º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #212750 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB333980-
CMYK0.590.5100.69
HSL232.34º41.59%22.16%-
HSV(B)232.34º58.75%31.37%-
XYZ2.82.357.9-
YUV41.88149.51121.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=21.71%
G=25.66%
B=52.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3339800.590.5100.69232.3441.5922.16
Hex2127503B33045e82a16
Octal4147120736301053505226
Binary1000011001111010000111011110011010001011110100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212750; }

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

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

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

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

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

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

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

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