#33334F

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

Shades of Lucky Point #33334F

Tints of Lucky Point #33334F

Color information

#33334F (or 0x33334F) is unknown color: approx Lucky Point. HEX triplet: 33, 33 and 4F. RGB value is (51,51,79). Sum of RGB (Red+Green+Blue) = 51+51+79=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 79 - color contains mainly: blue. Hex color #33334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33334F is #CCCCB0. Grayscale: #363636. Windows color (decimal): -13421745 or 5190451. OLE color: 5190451.

HSL color Cylindrical-coordinate representation of color #33334F: hue angle of 240º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33334F is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB515179-
CMYK0.350.3500.69
HSL240º21.54%25.49%-
HSV(B)240º35.44%30.98%-
XYZ3.963.647.89-
YUV54.19142125.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 79 (31.25% from 255) = 43.65%
R=28.18%
G=28.18%
B=43.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5151790.350.3500.6924021.5425.49
Hex33334F2323045f01619
Octal6363117434301053602631
Binary110011110011100111110001110001101000101111100001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33334F; }

 p { color: rgb(51,51,79); }

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

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

 a { background-color: rgb(51,51,79); }

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

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

 span { border-color: rgb(51,51,79); }

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