#21284E

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

Shades of Lucky Point #21284E

Tints of Lucky Point #21284E

Color information

#21284E (or 0x21284E) is unknown color: approx Lucky Point. HEX triplet: 21, 28 and 4E. RGB value is (33,40,78). Sum of RGB (Red+Green+Blue) = 33+40+78=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #21284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21284E is #DED7B1. Grayscale: #2A2A2A. Windows color (decimal): -14604210 or 5122081. OLE color: 5122081.

HSL color Cylindrical-coordinate representation of color #21284E: hue angle of 230.67º 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 #21284E is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB334078-
CMYK0.580.4900.69
HSL230.67º40.54%21.76%-
HSV(B)230.67º57.69%30.59%-
XYZ2.762.397.52-
YUV42.24148.18121.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 78 (30.86% from 255) = 51.66%
R=21.85%
G=26.49%
B=51.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3340780.580.4900.69230.6740.5421.76
Hex21284E3A31045e72916
Octal4150116726101053475126
Binary1000011010001001110111010110001010001011110011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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