#33354F

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

Shades of Lucky Point #33354F

Tints of Lucky Point #33354F

Color information

#33354F (or 0x33354F) is unknown color: approx Lucky Point. HEX triplet: 33, 35 and 4F. RGB value is (51,53,79). Sum of RGB (Red+Green+Blue) = 51+53+79=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #33354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33354F is #CCCAB0. Grayscale: #373737. Windows color (decimal): -13421233 or 5190963. OLE color: 5190963.

HSL color Cylindrical-coordinate representation of color #33354F: hue angle of 235.71º 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 #33354F is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB515379-
CMYK0.350.3300.69
HSL235.71º21.54%25.49%-
HSV(B)235.71º35.44%30.98%-
XYZ4.053.817.92-
YUV55.37141.34124.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=27.87%
G=28.96%
B=43.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5153790.350.3300.69235.7121.5425.49
Hex33354F2321045ec1619
Octal6365117434101053542631
Binary110011110101100111110001110000101000101111011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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