#21244E

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

Shades of Lucky Point #21244E

Tints of Lucky Point #21244E

Color information

#21244E (or 0x21244E) is unknown color: approx Lucky Point. HEX triplet: 21, 24 and 4E. RGB value is (33,36,78). Sum of RGB (Red+Green+Blue) = 33+36+78=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #21244E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21244E is #DEDBB1. Grayscale: #272727. Windows color (decimal): -14605234 or 5121057. OLE color: 5121057.

HSL color Cylindrical-coordinate representation of color #21244E: hue angle of 236º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21244E is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB333678-
CMYK0.580.5400.69
HSL236º40.54%21.76%-
HSV(B)236º57.69%30.59%-
XYZ2.632.147.48-
YUV39.89149.51123.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 78 (30.86% from 255) = 53.06%
R=22.45%
G=24.49%
B=53.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3336780.580.5400.6923640.5421.76
Hex21244E3A36045ec2916
Octal4144116726601053545126
Binary1000011001001001110111010110110010001011110110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21244E; }

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

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

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

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

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

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

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

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