#212451

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

Shades of Lucky Point #212451

Tints of Lucky Point #212451

Color information

#212451 (or 0x212451) is unknown color: approx Lucky Point. HEX triplet: 21, 24 and 51. RGB value is (33,36,81). Sum of RGB (Red+Green+Blue) = 33+36+81=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #212451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212451 is #DEDBAE. Grayscale: #282828. Windows color (decimal): -14605231 or 5317665. OLE color: 5317665.

HSL color Cylindrical-coordinate representation of color #212451: hue angle of 236.25º 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 #212451 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB333681-
CMYK0.590.5600.68
HSL236.25º42.11%22.35%-
HSV(B)236.25º59.26%31.76%-
XYZ2.742.188.06-
YUV40.23151.01122.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 81 (32.03% from 255) = 54%
R=22%
G=24%
B=54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3336810.590.5600.68236.2542.1122.35
Hex2124513B38044ec2a16
Octal4144121737001043545226
Binary1000011001001010001111011111000010001001110110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212451; }

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

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

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

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

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

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

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

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