#21294A

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

Shades of Lucky Point #21294A

Tints of Lucky Point #21294A

Color information

#21294A (or 0x21294A) is unknown color: approx Lucky Point. HEX triplet: 21, 29 and 4A. RGB value is (33,41,74). Sum of RGB (Red+Green+Blue) = 33+41+74=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #21294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21294A is #DED6B5. Grayscale: #2A2A2A. Windows color (decimal): -14603958 or 4860193. OLE color: 4860193.

HSL color Cylindrical-coordinate representation of color #21294A: hue angle of 228.29º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21294A is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB334174-
CMYK0.550.4500.71
HSL228.29º38.32%20.98%-
HSV(B)228.29º55.41%29.02%-
XYZ2.662.46.8-
YUV42.37145.85121.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 74 (29.30% from 255) = 50%
R=22.30%
G=27.70%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3341740.550.4500.71228.2938.3220.98
Hex21294A372D047e42615
Octal4151112675501073444625
Binary1000011010011001010110111101101010001111110010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21294A; }

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

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

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

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

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

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

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

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