#333755

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

Shades of Lucky Point #333755

Tints of Lucky Point #333755

Color information

#333755 (or 0x333755) is unknown color: approx Lucky Point. HEX triplet: 33, 37 and 55. RGB value is (51,55,85). Sum of RGB (Red+Green+Blue) = 51+55+85=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #333755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333755 is #CCC8AA. Grayscale: #393939. Windows color (decimal): -13420715 or 5584691. OLE color: 5584691.

HSL color Cylindrical-coordinate representation of color #333755: hue angle of 232.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #333755 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB515585-
CMYK0.400.3500.67
HSL232.94º25%26.67%-
HSV(B)232.94º40%33.33%-
XYZ4.374.099.15-
YUV57.22143.67123.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.70%
GREEN value IS 55 (21.88% from 255) = 28.80%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=26.70%
G=28.80%
B=44.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5155850.400.3500.67232.942526.67
Hex3337552823043e9191b
Octal6367125504301033513133
Binary110011110111101010110100010001101000011111010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333755; }

 p { color: rgb(51,55,85); }

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

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

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

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

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

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

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