#333354

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

Shades of Lucky Point #333354

Tints of Lucky Point #333354

Color information

#333354 (or 0x333354) is unknown color: approx Lucky Point. HEX triplet: 33, 33 and 54. RGB value is (51,51,84). Sum of RGB (Red+Green+Blue) = 51+51+84=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #333354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333354 is #CCCCAB. Grayscale: #363636. Windows color (decimal): -13421740 or 5518131. OLE color: 5518131.

HSL color Cylindrical-coordinate representation of color #333354: hue angle of 240º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #333354 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB515184-
CMYK0.390.3900.67
HSL240º24.44%26.47%-
HSV(B)240º39.29%32.94%-
XYZ4.153.718.89-
YUV54.76144.5125.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=27.42%
G=27.42%
B=45.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5151840.390.3900.6724024.4426.47
Hex3333542727043f0181a
Octal6363124474701033603032
Binary110011110011101010010011110011101000011111100001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333354; }

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

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

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

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

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

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

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

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