#212351

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

Shades of Lucky Point #212351

Tints of Lucky Point #212351

Color information

#212351 (or 0x212351) is unknown color: approx Lucky Point. HEX triplet: 21, 23 and 51. RGB value is (33,35,81). Sum of RGB (Red+Green+Blue) = 33+35+81=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #212351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212351 is #DEDCAE. Grayscale: #272727. Windows color (decimal): -14605487 or 5317409. OLE color: 5317409.

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

Color convert

RGB333581-
CMYK0.590.5700.68
HSL237.5º42.11%22.35%-
HSV(B)237.5º59.26%31.76%-
XYZ2.712.128.05-
YUV39.65151.34123.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 81 (32.03% from 255) = 54.36%
R=22.15%
G=23.49%
B=54.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3335810.590.5700.68237.542.1122.35
Hex2123513B39044ee2a16
Octal4143121737101043565226
Binary1000011000111010001111011111001010001001110111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212351; }

 p { color: rgb(33,35,81); }

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

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

 a { background-color: rgb(33,35,81); }

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

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

 span { border-color: rgb(33,35,81); }

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