#333550

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

Shades of Lucky Point #333550

Tints of Lucky Point #333550

Color information

#333550 (or 0x333550) is unknown color: approx Lucky Point. HEX triplet: 33, 35 and 50. RGB value is (51,53,80). Sum of RGB (Red+Green+Blue) = 51+53+80=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #333550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333550 is #CCCAAF. Grayscale: #373737. Windows color (decimal): -13421232 or 5256499. OLE color: 5256499.

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

Color convert

RGB515380-
CMYK0.360.3400.69
HSL235.86º22.14%25.69%-
HSV(B)235.86º36.25%31.37%-
XYZ4.093.838.11-
YUV55.48141.84124.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=27.72%
G=28.80%
B=43.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5153800.360.3400.69235.8622.1425.69
Hex3335502422045ec161a
Octal6365120444201053542632
Binary110011110101101000010010010001001000101111011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333550; }

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

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

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

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

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

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

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

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